Skip to content

Commit

Permalink
upgrade to latest atlas-orca version
Browse files Browse the repository at this point in the history
  • Loading branch information
twsearle committed Oct 1, 2024
1 parent 25aa2d1 commit 69b5eae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [develop]
env:
REGISTRY: ghcr.io
IMAGE_NAME: twsearle/orca-jedi/ci-almalinux9:v1.3.0
IMAGE_NAME: twsearle/orca-jedi/ci-almalinux9:v1.3.1
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.1
2 changes: 1 addition & 1 deletion ci/hpccm_recipe_almalinux9.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def gitlab_url(repo, vn):

# get versions via --userarg options
# build hdf5/netcdf with zstd (libzstd from epel)
atlas_orca_vn = USERARG.get('atlas_orca_vn', '0.3.1')
atlas_orca_vn = USERARG.get('atlas_orca_vn', '0.4.0')
atlas_vn = USERARG.get('atlas_vn', '0.38.1')
blitz_vn = USERARG.get('blitz_vn', '1.0.2')
boost_vn = USERARG.get('boost_vn', '1.85.0')
Expand Down

0 comments on commit 69b5eae

Please sign in to comment.