forked from JCSDA/spack-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request JCSDA#722 from climbfuji/feature/version_updates_2…
…0230817 Various version updates for spack-stack-1.5.0 (parallelio, fms, met, metplus, eckit, fckit, fiat, ecmwf-atlas, scotch), set boost C++ std to C++-17
- Loading branch information
Showing
10 changed files
with
42 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,6 +92,7 @@ jobs: | |
spack config add "packages:all:compiler:[[email protected]]" | ||
sed -i '' "s/\['\%aocc', '\%apple-clang', '\%gcc', '\%intel'\]/\['\%apple-clang'\]/g" $ENVDIR/spack.yaml | ||
# Concretize and check for duplicates | ||
spack concretize 2>&1 | tee log.concretize.apple-clang-14.0.0 | ||
${SPACK_STACK_DIR}/util/show_duplicate_packages.py -d log.concretize.apple-clang-14.0.0 -i fms -i crtm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,6 +85,7 @@ jobs: | |
spack config add "packages:all:compiler:[[email protected]]" | ||
sed -i '' "s/\['\%aocc', '\%apple-clang', '\%gcc', '\%intel'\]/\['\%apple-clang'\]/g" $ENVDIR/spack.yaml | ||
# Concretize and check for duplicates | ||
spack concretize 2>&1 | tee log.concretize.apple-clang-14.0.0 | ||
${SPACK_STACK_DIR}/util/show_duplicate_packages.py -d log.concretize.apple-clang-14.0.0 -i fms -i crtm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
# Attention - when updating also check orion site config | ||
boost: | ||
version: ['1.78.0'] | ||
variants: ~atomic +chrono +date_time +exception +filesystem ~graph ~iostreams ~locale ~log ~math ~mpi ~numpy +pic +program_options +python ~random +regex +serialization ~signals +system +test +thread +timer ~wave cxxstd=14 visibility=hidden | ||
variants: ~atomic +chrono +date_time +exception +filesystem ~graph ~iostreams ~locale ~log ~math ~mpi ~numpy +pic +program_options +python ~random +regex +serialization ~signals +system +test +thread +timer ~wave cxxstd=17 visibility=hidden | ||
bufr: | ||
version: ['12.0.0'] | ||
variants: +python | ||
|
@@ -42,10 +42,10 @@ | |
version: ['5.8.4'] | ||
variants: +ui | ||
eckit: | ||
version: ['1.23.1'] | ||
version: ['1.24.4'] | ||
variants: linalg=eigen,lapack compression=lz4,bzip2 | ||
ecmwf-atlas: | ||
version: ['0.33.0'] | ||
version: ['0.34.0'] | ||
variants: +fckit +trans | ||
ectrans: | ||
version: ['1.2.0'] | ||
|
@@ -62,16 +62,17 @@ | |
version: ['8.4.2'] | ||
variants: ~xerces ~pnetcdf snapshot=none ~shared +external-parallelio | ||
fckit: | ||
version: ['0.10.1'] | ||
version: ['0.11.0'] | ||
variants: +eckit | ||
fftw: | ||
version: ['3.3.10'] | ||
fiat: | ||
version: ['1.1.0'] | ||
version: ['1.2.0'] | ||
fms: | ||
version: ['2023.01'] | ||
# when switching to 2023.02, need to add "+use_fmsio" to variants | ||
variants: precision=32,64 +quad_precision +gfs_phys +openmp +pic constants=GFS build_type=Release | ||
#version: ['2023.01'] | ||
#variants: precision=32,64 +quad_precision +gfs_phys +openmp +pic constants=GFS build_type=Release | ||
version: ['2023.02'] | ||
variants: precision=32,64 +quad_precision +gfs_phys +openmp +pic constants=GFS build_type=Release +use_fmsio | ||
g2: | ||
version: ['3.4.5'] | ||
g2c: | ||
|
@@ -121,14 +122,14 @@ | |
libyaml: | ||
version: ['0.2.5'] | ||
mapl: | ||
# 2.35.2 goes with [email protected].1 | ||
# 2.35.2 goes with [email protected].2 | ||
version: ['2.35.2'] | ||
variants: ~shared | ||
met: | ||
version: ['11.0.2'] | ||
version: ['11.1.0'] | ||
variants: +python +grib2 | ||
metplus: | ||
version: ['5.0.1'] | ||
version: ['5.1.0'] | ||
mpich: | ||
variants: ~hwloc +two_level_namespace | ||
nco: | ||
|
@@ -171,7 +172,7 @@ | |
p4est: | ||
version: ['2.8'] | ||
parallelio: | ||
version: ['2.5.9'] | ||
version: ['2.5.10'] | ||
variants: +pnetcdf | ||
parallel-netcdf: | ||
version: ['1.12.2'] | ||
|
@@ -249,7 +250,7 @@ | |
qt: | ||
version: ['5.15.3'] | ||
scotch: | ||
version: ['7.0.3'] | ||
version: ['7.0.4'] | ||
variants: +mpi+metis~shared~threads~mpi_thread+noarch | ||
sfcio: | ||
version: ['1.4.1'] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -311,7 +311,7 @@ echo " prefix: /usr" >> ${SPACK_SYSTEM_CONFIG_PATH}/packages.yaml | |
echo " boost:" >> ${SPACK_SYSTEM_CONFIG_PATH}/packages.yaml | ||
echo " buildable: False" >> ${SPACK_SYSTEM_CONFIG_PATH}/packages.yaml | ||
echo " externals:" >> ${SPACK_SYSTEM_CONFIG_PATH}/packages.yaml | ||
echo " - spec: [email protected] +atomic +chrono +date_time +exception +filesystem +graph +iostreams +locale +log +math +mpi +numpy +pic +program_options +python +random +regex +serialization +signals +system +test +thread +timer ~wave cxxstd=14 visibility=hidden" >> ${SPACK_SYSTEM_CONFIG_PATH}/packages.yaml | ||
echo " - spec: [email protected] +atomic +chrono +date_time +exception +filesystem +graph +iostreams +locale +log +math +mpi +numpy +pic +program_options +python +random +regex +serialization +signals +system +test +thread +timer ~wave cxxstd=17 visibility=hidden" >> ${SPACK_SYSTEM_CONFIG_PATH}/packages.yaml | ||
echo " prefix: /usr" >> ${SPACK_SYSTEM_CONFIG_PATH}/packages.yaml | ||
# Add external ecflow | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ packages: | |
boost: | ||
buildable: False | ||
externals: | ||
- spec: [email protected] +atomic +chrono +date_time +exception +filesystem +graph +iostreams +locale +log +math +mpi +numpy +pic +program_options +python +random +regex +serialization +signals +system +test +thread +timer +wave cxxstd=14 visibility=hidden | ||
- spec: [email protected] +atomic +chrono +date_time +exception +filesystem +graph +iostreams +locale +log +math +mpi +numpy +pic +program_options +python +random +regex +serialization +signals +system +test +thread +timer +wave cxxstd=17 visibility=hidden | ||
prefix: /usr | ||
# Don't use external cmake, this confuses the spack concretizer | ||
# leading to duplicate packages being installed. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,13 @@ spack: | |
- jedi-um-env | ||
- soca-env | ||
|
||
# Additional crtm tags | ||
# Various fms tags (list all to avoid duplicate packages) | ||
- fms@release-jcsda | ||
- [email protected] | ||
- [email protected] | ||
|
||
# Various crtm tags (list all to avoid duplicate packages) | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,11 +25,13 @@ spack: | |
#- upp-env | ||
#- ww3-env | ||
|
||
# Additional esmf/mapl tags | ||
#- [email protected]~debug+external-parallelio | ||
#- [email protected]~debug ^[email protected]~debug+external-parallelio | ||
# Various fms tags (list all to avoid duplicate packages) | ||
- fms@release-jcsda | ||
- [email protected] | ||
- [email protected] | ||
|
||
# Additional crtm tags | ||
# Various crtm tags (list all to avoid duplicate packages) | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
|
Submodule spack
updated
11 files