Skip to content

Commit

Permalink
Bump esmf+mapl to 8.6.1 + 2.46.2
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Jun 13, 2024
1 parent 883e524 commit 715cbf1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ubuntu-ci-containers-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ jobs:
spack stack create ctr --container ${CONTAINER} --specs ${SPECS}
cd ${ENVDIR}
# mapl@:2.41 doesn't build with mpich@4 - https://github.com/JCSDA/spack-stack/issues/608
if [[ "${CONTAINER}" == *"mpich"* ]]; then
sed -i 's/- mapl@/#- mapl@/g' spack.yaml
fi
spack containerize > Dockerfile
docker build -t ${CONTAINER}-${SPECS} .
Expand Down
10 changes: 5 additions & 5 deletions configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# config and update the projections for lmod/tcl.
# Also, check the acorn and derecho site configs which have esmf modifications.
esmf:
version: ['8.6.0']
version: ['8.6.1']
variants: ~xerces ~pnetcdf snapshot=none +shared +external-parallelio
#version: ['8.6.1b04']
#variants: ~xerces ~pnetcdf snapshot=b04 +shared +external-parallelio
Expand Down Expand Up @@ -139,7 +139,7 @@
libyaml:
version: ['0.2.5']
mapl:
version: ['2.40.3']
version: ['2.46.2']
variants: +shared +pflogger ~f2py
# If making changes here, also check the Discover site configs and the CI workflows
met:
Expand Down Expand Up @@ -195,7 +195,7 @@
parallel-netcdf:
version: ['1.12.3']
pflogger:
version: ['1.12.0']
#version: ['1.12.0']
variants: +mpi
pixman:
variants: +pic
Expand Down Expand Up @@ -291,8 +291,8 @@
version: ['2.0.8']
wrf-io:
version: ['1.2.0']
yafyaml:
version: ['1.2.0']
#yafyaml:
# version: ['1.2.0']
zstd:
version: ['1.5.2']
variants: +programs

0 comments on commit 715cbf1

Please sign in to comment.