tutorial: replace zlib -> gmake to avoid deprecated versions (#40769)
This commit is contained in:
parent
81997ae6d6
commit
160bfd881d
1 changed files with 8 additions and 13 deletions
|
@ -1,9 +1,4 @@
|
||||||
spack:
|
spack:
|
||||||
config:
|
|
||||||
# allow deprecated versions in concretizations
|
|
||||||
# required for zlib
|
|
||||||
deprecated: true
|
|
||||||
|
|
||||||
view: false
|
view: false
|
||||||
packages:
|
packages:
|
||||||
all:
|
all:
|
||||||
|
@ -13,11 +8,11 @@ spack:
|
||||||
definitions:
|
definitions:
|
||||||
- gcc_system_packages:
|
- gcc_system_packages:
|
||||||
- matrix:
|
- matrix:
|
||||||
- - zlib
|
- - gmake
|
||||||
- zlib@1.2.8
|
- gmake@4.3
|
||||||
- zlib@1.2.8 cflags=-O3
|
- gmake@4.3 cflags=-O3
|
||||||
- tcl
|
- tcl
|
||||||
- tcl ^zlib@1.2.8 cflags=-O3
|
- tcl ^gmake@4.3 cflags=-O3
|
||||||
- hdf5
|
- hdf5
|
||||||
- hdf5~mpi
|
- hdf5~mpi
|
||||||
- hdf5+hl+mpi ^mpich
|
- hdf5+hl+mpi ^mpich
|
||||||
|
@ -26,13 +21,13 @@ spack:
|
||||||
- gcc@12.1.0
|
- gcc@12.1.0
|
||||||
- mpileaks
|
- mpileaks
|
||||||
- lmod
|
- lmod
|
||||||
- macsio@1.1+scr^scr@2.0.0~fortran^silo~fortran^hdf5~fortran
|
- macsio@1.1+scr ^scr@2.0.0~fortran ^silo~fortran ^hdf5~fortran
|
||||||
- ['%gcc@11.3.0']
|
- ['%gcc@11.3.0']
|
||||||
- gcc_old_packages:
|
- gcc_old_packages:
|
||||||
- zlib%gcc@10.4.0
|
- gmake%gcc@10.4.0
|
||||||
- clang_packages:
|
- clang_packages:
|
||||||
- matrix:
|
- matrix:
|
||||||
- [zlib, tcl ^zlib@1.2.8]
|
- [gmake, tcl ^gmake@4.3]
|
||||||
- ['%clang@14.0.0']
|
- ['%clang@14.0.0']
|
||||||
- gcc_spack_built_packages:
|
- gcc_spack_built_packages:
|
||||||
- matrix:
|
- matrix:
|
||||||
|
@ -41,7 +36,7 @@ spack:
|
||||||
- [^openblas, ^netlib-lapack]
|
- [^openblas, ^netlib-lapack]
|
||||||
- ['%gcc@12.1.0']
|
- ['%gcc@12.1.0']
|
||||||
- matrix:
|
- matrix:
|
||||||
- [py-scipy^openblas, armadillo^openblas, netlib-lapack, openmpi, mpich, elpa^mpich]
|
- [py-scipy ^openblas, armadillo ^openblas, netlib-lapack, openmpi, mpich, elpa ^mpich]
|
||||||
- ['%gcc@12.1.0']
|
- ['%gcc@12.1.0']
|
||||||
specs:
|
specs:
|
||||||
- $gcc_system_packages
|
- $gcc_system_packages
|
||||||
|
|
Loading…
Reference in a new issue