Skip to content

Commit 8bb7be0

Browse files
committed
update CI container to atlas 0.38.1
1 parent fd1baf9 commit 8bb7be0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.3.0

ci/hpccm_recipe_almalinux9.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def gitlab_url(repo, vn):
2222
# get versions via --userarg options
2323
# build hdf5/netcdf with zstd (libzstd from epel)
2424
atlas_orca_vn = USERARG.get('atlas_orca_vn', '0.3.1')
25-
atlas_vn = USERARG.get('atlas_vn', '0.37.0')
25+
atlas_vn = USERARG.get('atlas_vn', '0.38.1')
2626
blitz_vn = USERARG.get('blitz_vn', '1.0.2')
2727
boost_vn = USERARG.get('boost_vn', '1.85.0')
2828
bufr_query_vn = USERARG.get('bufr_query_vn', 'v0.0.1')

0 commit comments

Comments
 (0)