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 branch 'release/1.5.1' of https://github.com/jcsda/spack-stack …
…into feature/merge_rel151_into_dev
- Loading branch information
Showing
21 changed files
with
332 additions
and
335 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
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 |
---|---|---|
|
@@ -28,6 +28,7 @@ | |
variants: +pic | ||
# Newer versions of CDO require the C++-17 standard, which doesn't | ||
# work with all compilers that are currently in use in spack-stack | ||
# When making changes here, also check Hercules/Casper site configs | ||
cdo: | ||
version: ['2.0.5'] | ||
variants: ~openmp | ||
|
@@ -61,7 +62,7 @@ | |
# config and update the projections for lmod/tcl. | ||
# Also, check the acorn and derecho site configs which have esmf modifications. | ||
esmf: | ||
version: ['8.4.2'] | ||
version: ['8.5.0'] | ||
variants: ~xerces ~pnetcdf snapshot=none ~shared +external-parallelio | ||
require: | ||
- any_of: ['fflags="-fp-model precise" cxxflags="-fp-model precise"'] | ||
|
@@ -95,7 +96,7 @@ | |
gfsio: | ||
version: ['1.4.1'] | ||
gftl-shared: | ||
version: ['1.5.0'] | ||
version: ['1.6.1'] | ||
#git-lfs: | ||
# Assume git-lfs is provided, hard to install | ||
# because of dependencies on go/go-bootstrap. | ||
|
@@ -112,7 +113,7 @@ | |
version: ['0.37.0'] | ||
hdf: | ||
version: ['4.2.15'] | ||
variants: ~fortran ~netcdf | ||
variants: +external-xdr ~fortran ~netcdf | ||
hdf5: | ||
version: ['1.14.0'] | ||
variants: +hl +fortran +mpi ~threadsafe +szip | ||
|
@@ -141,7 +142,7 @@ | |
# errors with [email protected]+, see | ||
# https://github.com/JCSDA/spack-stack/issues/769 | ||
# also: ... extdata2g segfault UFS? | ||
version: ['2.35.2'] | ||
version: ['2.40.3'] | ||
variants: ~shared ~extdata2g ~pflogger | ||
# If making changes here, also check the Discover site config and the CI workflows | ||
met: | ||
|
@@ -207,6 +208,8 @@ | |
proj: | ||
version: ['8.1.0'] | ||
variants: ~tiff | ||
# Check site configs for the following systems when making changes here: | ||
# Derecho, Narwhal, Gaea-C5 | ||
python: | ||
version: ['3.10.8'] | ||
py-attrs: | ||
|
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 |
---|---|---|
@@ -1,24 +1,15 @@ | ||
compilers:: | ||
- compiler: | ||
spec: [email protected] | ||
spec: [email protected] | ||
paths: | ||
cc: /glade/u/apps/opt/intel/2022.1/compiler/2022.0.2/linux/bin/intel64/icc | ||
cxx: /glade/u/apps/opt/intel/2022.1/compiler/2022.0.2/linux/bin/intel64/icpc | ||
f77: /glade/u/apps/opt/intel/2022.1/compiler/2022.0.2/linux/bin/intel64/ifort | ||
fc: /glade/u/apps/opt/intel/2022.1/compiler/2022.0.2/linux/bin/intel64/ifort | ||
cc: /glade/u/apps/casper/23.10/spack/opt/spack/gcc/12.2.0/pucl/bin/gcc | ||
cxx: /glade/u/apps/casper/23.10/spack/opt/spack/gcc/12.2.0/pucl/bin/g++ | ||
f77: /glade/u/apps/casper/23.10/spack/opt/spack/gcc/12.2.0/pucl/bin/gfortran | ||
fc: /glade/u/apps/casper/23.10/spack/opt/spack/gcc/12.2.0/pucl/bin/gfortran | ||
flags: {} | ||
operating_system: centos7 | ||
operating_system: opensuse15 | ||
target: x86_64 | ||
modules: | ||
- intel/2022.1 | ||
environment: | ||
prepend_path: | ||
PATH: '/glade/work/epicufsrt/contrib/spack-stack/casper/gcc-10.1.0/bin' | ||
CPATH: '/glade/work/epicufsrt/contrib/spack-stack/casper/gcc-10.1.0/include' | ||
LD_LIBRARY_PATH: '/glade/u/apps/opt/intel/2022.1/compiler/latest/linux/compiler/lib/intel64_lin:/glade/u/apps/opt/intel/2022.1/mpi/2021.5.1/libfabric/lib:/glade/work/epicufsrt/contrib/spack-stack/casper/gcc-10.1.0/lib64' | ||
set: | ||
INTEL_LICENSE_FILE: '[email protected]' | ||
LM_LICENSE_FILE: '[email protected]' | ||
I_MPI_ROOT: '/glade/u/apps/opt/intel/2022.1/mpi/2021.5.1' | ||
|
||
- gcc/12.2.0 | ||
environment: {} | ||
extra_rpaths: [] |
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 |
---|---|---|
@@ -1,45 +1,53 @@ | ||
packages: | ||
all: | ||
compiler:: [[email protected]] | ||
compiler:: [[email protected]] | ||
providers: | ||
mpi:: [[email protected]] | ||
mpi:: [[email protected]] | ||
|
||
### MPI, Python, MKL | ||
mpi: | ||
buildable: False | ||
intel-oneapi-mpi: | ||
openmpi: | ||
externals: | ||
- spec: [email protected]%[email protected] | ||
prefix: /glade/u/apps/opt/intel/2022.1 | ||
- spec: [email protected]%[email protected]+cuda~cxx~cxx_exceptions~java+lustre~memchecker+pmi+static~wrapper-rpath fabrics=ucx schedulers=tm | ||
prefix: /glade/u/apps/casper/23.10/spack/opt/spack/openmpi/4.1.6/gcc/12.2.0/yia4 | ||
modules: | ||
- intel-oneapi-mpi/2021.5.1.lua | ||
- openmpi/4.1.6 | ||
- ucx/1.14.1 | ||
- cuda/12.2.1 | ||
|
||
### Modification of common packages | ||
# Default gdal (3.7.0) doesn't build on Casper with [email protected] | ||
gdal: | ||
version:: ['3.6.3'] | ||
### Modifications of common packages | ||
# Version 2.0.5 doesn't compile on Hercules with gcc | ||
cdo | ||
version:: ['2.2.0'] | ||
|
||
### All other external packages listed alphabetically | ||
autoconf: | ||
externals: | ||
- spec: autoconf@2.69 | ||
prefix: /usr | ||
- spec: autoconf@2.71 | ||
prefix: /glade/u/apps/casper/23.10/opt/view | ||
automake: | ||
externals: | ||
- spec: [email protected] | ||
- spec: [email protected] | ||
prefix: /glade/u/apps/casper/23.10/opt/view | ||
- spec: [email protected] | ||
prefix: /usr | ||
berkeley-db: | ||
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
binutils: | ||
externals: | ||
- spec: binutils@2.27.43 | ||
- spec: binutils@2.41.0 | ||
prefix: /usr | ||
bzip2: | ||
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
coreutils: | ||
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
cmake: | ||
externals: | ||
- spec: [email protected] | ||
|
@@ -53,19 +61,21 @@ packages: | |
prefix: /usr | ||
cvs: | ||
externals: | ||
- spec: cvs@1.11.23 | ||
- spec: cvs@1.12.13 | ||
prefix: /usr | ||
curl: | ||
externals: | ||
- spec: [email protected]+gssapi+ldap+nghttp2 | ||
- spec: [email protected]+nghttp2 | ||
prefix: /glade/u/apps/casper/23.10/opt/view | ||
- spec: [email protected]+gssapi+ldap+nghttp2 | ||
prefix: /usr | ||
diffutils: | ||
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
doxygen: | ||
externals: | ||
- spec: [email protected]+graphviz~mscgen | ||
- spec: [email protected] | ||
prefix: /usr | ||
ecflow: | ||
buildable: False | ||
|
@@ -74,23 +84,19 @@ packages: | |
prefix: /glade/work/epicufsrt/contrib/spack-stack/casper/ecflow-5.8.4 | ||
modules: | ||
- ecflow/5.8.4 | ||
file: | ||
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
findutils: | ||
externals: | ||
- spec: findutils@4.5.11 | ||
- spec: findutils@4.8.0 | ||
prefix: /usr | ||
flex: | ||
# Must set buildable: false to avoid duplicate packages | ||
buildable: false | ||
#buildable: false | ||
externals: | ||
- spec: flex@2.5.37+lex | ||
prefix: /usr | ||
- spec: flex@2.6.4+lex | ||
prefix: /glade/u/apps/casper/23.10/opt/view | ||
gawk: | ||
externals: | ||
- spec: gawk@4.0.2 | ||
- spec: gawk@4.2.1 | ||
prefix: /usr | ||
gettext: | ||
externals: | ||
|
@@ -102,21 +108,21 @@ packages: | |
prefix: /usr | ||
git: | ||
externals: | ||
- spec: [email protected] | ||
modules: | ||
- git/2.33.1 | ||
- spec: [email protected]~tcltk | ||
prefix: /glade/u/apps/casper/23.10/opt/view | ||
- spec: [email protected]+tcltk | ||
prefix: /usr | ||
git-lfs: | ||
externals: | ||
- spec: [email protected] | ||
modules: | ||
- git/2.33.1 | ||
- spec: [email protected] | ||
prefix: /glade/u/apps/casper/23.10/opt/view | ||
gmake: | ||
externals: | ||
- spec: gmake@3.82 | ||
- spec: gmake@4.2.1 | ||
prefix: /usr | ||
groff: | ||
externals: | ||
- spec: [email protected].2 | ||
- spec: [email protected].4 | ||
prefix: /usr | ||
krb5: | ||
buildable: False | ||
|
@@ -131,15 +137,13 @@ packages: | |
variants: ~gssapi | ||
libtool: | ||
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
libxpm: | ||
externals: | ||
- spec: [email protected] | ||
- spec: [email protected] | ||
prefix: /glade/u/apps/casper/23.10/opt/view | ||
- spec: [email protected] | ||
prefix: /usr | ||
m4: | ||
externals: | ||
- spec: [email protected].16 | ||
- spec: [email protected].18 | ||
prefix: /usr | ||
mysql: | ||
buildable: False | ||
|
@@ -150,34 +154,31 @@ packages: | |
- mysql/8.0.31 | ||
ncurses: | ||
externals: | ||
- spec: ncurses@5.9.20130511+termlib abi=5 | ||
prefix: /usr | ||
- spec: ncurses@6.4.20221231+termlib abi=6 | ||
prefix: /glade/u/apps/casper/23.10/opt/view | ||
# Old re2c on Casper unable to build newer versions of ninja | ||
ninja: | ||
version:: ['1.10.2'] | ||
openssh: | ||
externals: | ||
- spec: openssh@7.4p1 | ||
- spec: openssh@8.4p1 | ||
prefix: /usr | ||
openssl: | ||
externals: | ||
- spec: openssl@1.0.2k-fips | ||
- spec: openssl@1.1.1l | ||
prefix: /usr | ||
# Pin patchelf to 0.15.0 for Intel compiler (no C++-17 features) | ||
#patchelf: | ||
# version:: ['0.15.0'] | ||
perl: | ||
externals: | ||
- spec: [email protected]~cpanm+shared+threads | ||
prefix: /usr | ||
pkg-config: | ||
externals: | ||
- spec: pkg-config@0.27.1 | ||
- spec: pkg-config@0.29.2 | ||
prefix: /usr | ||
qt: | ||
externals: | ||
- spec: qt@5.15.2 | ||
prefix: /glade/work/epicufsrt/contrib/spack-stack/casper/qt-5.15.2 | ||
- spec: qt@5.14.2 | ||
prefix: /glade/u/apps/casper/23.10/opt/view | ||
rsync: | ||
externals: | ||
- spec: [email protected] | ||
|
@@ -192,19 +193,17 @@ packages: | |
prefix: /usr | ||
subversion: | ||
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
swig: | ||
externals: | ||
- spec: [email protected] | ||
- spec: [email protected] | ||
prefix: /usr | ||
tar: | ||
externals: | ||
- spec: tar@1.26 | ||
- spec: tar@1.34 | ||
prefix: /usr | ||
texinfo: | ||
externals: | ||
- spec: [email protected] | ||
- spec: [email protected] | ||
prefix: /glade/u/apps/casper/23.10/opt/view | ||
- spec: [email protected] | ||
prefix: /usr | ||
texlive: | ||
externals: | ||
|
Oops, something went wrong.