diff options
author | Greg Becker <becker33@llnl.gov> | 2023-11-07 23:46:57 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-07 23:46:57 -0800 |
commit | 0b344e0fd32cc21d703d6adda379a9bcc15dd717 (patch) | |
tree | 3aad94f3ea148fa9c5a7ef3e926cc96d524bcc02 /share | |
parent | 15adb308bf943121f554b80579fd280213fb9302 (diff) | |
download | spack-0b344e0fd32cc21d703d6adda379a9bcc15dd717.tar.gz spack-0b344e0fd32cc21d703d6adda379a9bcc15dd717.tar.bz2 spack-0b344e0fd32cc21d703d6adda379a9bcc15dd717.tar.xz spack-0b344e0fd32cc21d703d6adda379a9bcc15dd717.zip |
tutorial stack: update for changes to the basics section for SC23 (#40942)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/tutorial/spack.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/tutorial/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/tutorial/spack.yaml index 161c7a9c6e..1b9eaf3822 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/tutorial/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/tutorial/spack.yaml @@ -8,11 +8,11 @@ spack: definitions: - gcc_system_packages: - matrix: - - - gmake - - gmake@4.3 - - gmake@4.3 cflags=-O3 + - - zlib-ng + - zlib-ng@2.0.7 + - zlib-ng@2.0.7 cflags=-O3 - tcl - - tcl ^gmake@4.3 cflags=-O3 + - tcl ^zlib-ng@2.0.7 cflags=-O3 - hdf5 - hdf5~mpi - hdf5+hl+mpi ^mpich @@ -24,10 +24,10 @@ spack: - macsio@1.1+scr ^scr@2.0.0~fortran ^silo~fortran ^hdf5~fortran - ['%gcc@11'] - gcc_old_packages: - - gmake%gcc@10 + - zlib-ng%gcc@10 - clang_packages: - matrix: - - [gmake, tcl ^gmake@4.3] + - [zlib-ng, tcl ^zlib-ng@2.0.7] - ['%clang@14'] - gcc_spack_built_packages: - matrix: |