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:
|
||||
config:
|
||||
# allow deprecated versions in concretizations
|
||||
# required for zlib
|
||||
deprecated: true
|
||||
|
||||
view: false
|
||||
packages:
|
||||
all:
|
||||
|
@ -13,11 +8,11 @@ spack:
|
|||
definitions:
|
||||
- gcc_system_packages:
|
||||
- matrix:
|
||||
- - zlib
|
||||
- zlib@1.2.8
|
||||
- zlib@1.2.8 cflags=-O3
|
||||
- - gmake
|
||||
- gmake@4.3
|
||||
- gmake@4.3 cflags=-O3
|
||||
- tcl
|
||||
- tcl ^zlib@1.2.8 cflags=-O3
|
||||
- tcl ^gmake@4.3 cflags=-O3
|
||||
- hdf5
|
||||
- hdf5~mpi
|
||||
- hdf5+hl+mpi ^mpich
|
||||
|
@ -26,13 +21,13 @@ spack:
|
|||
- gcc@12.1.0
|
||||
- mpileaks
|
||||
- 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_old_packages:
|
||||
- zlib%gcc@10.4.0
|
||||
- gmake%gcc@10.4.0
|
||||
- clang_packages:
|
||||
- matrix:
|
||||
- [zlib, tcl ^zlib@1.2.8]
|
||||
- [gmake, tcl ^gmake@4.3]
|
||||
- ['%clang@14.0.0']
|
||||
- gcc_spack_built_packages:
|
||||
- matrix:
|
||||
|
@ -41,7 +36,7 @@ spack:
|
|||
- [^openblas, ^netlib-lapack]
|
||||
- ['%gcc@12.1.0']
|
||||
- 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']
|
||||
specs:
|
||||
- $gcc_system_packages
|
||||
|
|
Loading…
Reference in a new issue