tutorial stack: update for changes to the basics section for SC23 (#40942)
This commit is contained in:
parent
5152738084
commit
f7cacdbf40
1 changed files with 6 additions and 6 deletions
|
@ -8,11 +8,11 @@ spack:
|
||||||
definitions:
|
definitions:
|
||||||
- gcc_system_packages:
|
- gcc_system_packages:
|
||||||
- matrix:
|
- matrix:
|
||||||
- - gmake
|
- - zlib-ng
|
||||||
- gmake@4.3
|
- zlib-ng@2.0.7
|
||||||
- gmake@4.3 cflags=-O3
|
- zlib-ng@2.0.7 cflags=-O3
|
||||||
- tcl
|
- tcl
|
||||||
- tcl ^gmake@4.3 cflags=-O3
|
- tcl ^zlib-ng@2.0.7 cflags=-O3
|
||||||
- hdf5
|
- hdf5
|
||||||
- hdf5~mpi
|
- hdf5~mpi
|
||||||
- hdf5+hl+mpi ^mpich
|
- hdf5+hl+mpi ^mpich
|
||||||
|
@ -24,10 +24,10 @@ spack:
|
||||||
- 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']
|
- ['%gcc@11']
|
||||||
- gcc_old_packages:
|
- gcc_old_packages:
|
||||||
- gmake%gcc@10
|
- zlib-ng%gcc@10
|
||||||
- clang_packages:
|
- clang_packages:
|
||||||
- matrix:
|
- matrix:
|
||||||
- [gmake, tcl ^gmake@4.3]
|
- [zlib-ng, tcl ^zlib-ng@2.0.7]
|
||||||
- ['%clang@14']
|
- ['%clang@14']
|
||||||
- gcc_spack_built_packages:
|
- gcc_spack_built_packages:
|
||||||
- matrix:
|
- matrix:
|
||||||
|
|
Loading…
Reference in a new issue