diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2023-11-07 20:53:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-07 20:53:44 +0100 |
commit | 3a5c1eb5f370cc532629f70b28067a6711aa24e3 (patch) | |
tree | 773c2eb86f68553cce43517748e81378aefa9471 /share | |
parent | 3a2ec729f7fb413aed47eb78abf5dc3d87f79222 (diff) | |
download | spack-3a5c1eb5f370cc532629f70b28067a6711aa24e3.tar.gz spack-3a5c1eb5f370cc532629f70b28067a6711aa24e3.tar.bz2 spack-3a5c1eb5f370cc532629f70b28067a6711aa24e3.tar.xz spack-3a5c1eb5f370cc532629f70b28067a6711aa24e3.zip |
tutorial pipeline: force gcc@12.3.0 (#40937)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/tutorial/spack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/tutorial/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/tutorial/spack.yaml index 1ff435bc9b..dc5c4e4464 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/tutorial/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/tutorial/spack.yaml @@ -18,7 +18,7 @@ spack: - hdf5+hl+mpi ^mpich - trilinos - trilinos +hdf5 ^hdf5+hl+mpi ^mpich - - gcc@12 + - gcc@12.3.0 - mpileaks - lmod - macsio@1.1+scr ^scr@2.0.0~fortran ^silo~fortran ^hdf5~fortran |