Skip to content

Commit

Permalink
Adjust CI to use g2-3.5.0 (#335)
Browse files Browse the repository at this point in the history
* preparing for release

* yea!

* adjusting ci to new g2 version
  • Loading branch information
edwardhartnett authored May 28, 2024
1 parent 64b02a4 commit d5449da
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,15 @@ jobs:
uses: actions/cache@v3
with:
path: ~/g2
key: g2-Intel-${{ matrix.compilers }}-${{ runner.os }}-3.4.9-2
key: g2-Intel-${{ matrix.compilers }}-${{ runner.os }}-3.5.0

- name: checkout-g2
if: steps.cache-g2.outputs.cache-hit != 'true'
uses: actions/checkout@v3
with:
repository: NOAA-EMC/NCEPLIBS-g2
path: g2
ref: v3.4.9
ref: v3.5.0

- name: build-g2
if: steps.cache-g2.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Linux_external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: true
matrix:
ip-version: [5.0.0]
g2-version: [3.4.9]
g2-version: [3.5.0]
bacio-version: [2.6.0]
jasper-version: [2.0.33, 3.0.5, 4.0.0]
w3emc-version: [2.11.0]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Linux_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: true
matrix:
g2-version: [3.4.9]
g2-version: [3.5.0]
bacio-version: [2.4.1, 2.6.0]
jasper-version: [4.0.0]
w3emc-version: [2.10.0, 2.11.0]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,15 @@ jobs:
uses: actions/cache@v3
with:
path: ~/g2
key: g2-MacOS-${{ runner.os }}-4.0.0-2.6.0-3.4.9
key: g2-MacOS-${{ runner.os }}-4.0.0-2.6.0-3.5.0

- name: checkout-g2
if: steps.cache-g2.outputs.cache-hit != 'true'
uses: actions/checkout@v3
with:
repository: NOAA-EMC/NCEPLIBS-g2
path: g2
ref: v3.4.9
ref: v3.5.0

- name: build-g2
if: steps.cache-g2.outputs.cache-hit != 'true'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if(ip_VERSION LESS 5.0)
find_package(sp 2.3.3 REQUIRED)
endif()
find_package(w3emc 2.10.0 REQUIRED)
find_package(g2 3.4.9 REQUIRED)
find_package(g2 3.5.0 REQUIRED)
# g2c is not required.
#find_package(g2c 1.7.0)

Expand Down

0 comments on commit d5449da

Please sign in to comment.