Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to [email protected] and [email protected] #1142

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
21 changes: 9 additions & 12 deletions configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,16 @@
# 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']
variants: ~xerces ~pnetcdf snapshot=none +shared +external-parallelio
#version: ['8.6.1b04']
#variants: ~xerces ~pnetcdf snapshot=b04 +shared +external-parallelio
#version: ['8.7.0b04']
#variants: ~xerces ~pnetcdf snapshot=b04 +shared +external-parallelio
require:
- any_of: ['fflags="-fp-model precise" cxxflags="-fp-model precise"']
- any_of: ['@=8.6.1 ~xerces ~pnetcdf snapshot=none +shared +external-parallelio fflags="-fp-model precise" cxxflags="-fp-model precise"']
when: "%intel"
message: "Extra ESMF compile options for Intel"
- any_of: ['']
- any_of: ['@=8.6.1 ~xerces ~pnetcdf snapshot=none +shared +external-parallelio']
when: "%gcc"
message: "Extra ESMF compile options for GCC"
- any_of: ['@=8.6.1 ~xerces ~pnetcdf snapshot=none +shared +external-parallelio']
when: "%apple-clang"
message: "Extra ESMF compile options for GCC"
fckit:
version: ['0.11.0']
variants: +eckit
Expand Down Expand Up @@ -139,7 +136,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 +192,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 +288,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
Loading