diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2024-03-15 11:25:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 11:25:56 +0100 |
commit | 6f7f9528e50f794713752df889d24ffb632d3183 (patch) | |
tree | 0fc4bfbf14dd7eb0f132db5af83c49f1f62ac18f /share | |
parent | 59c7ff8683ab411fc53d47b10cfe5b5c4a326a67 (diff) | |
download | spack-6f7f9528e50f794713752df889d24ffb632d3183.tar.gz spack-6f7f9528e50f794713752df889d24ffb632d3183.tar.bz2 spack-6f7f9528e50f794713752df889d24ffb632d3183.tar.xz spack-6f7f9528e50f794713752df889d24ffb632d3183.zip |
cray-rhel: add a lower bound to mgard (#43187)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s-cray-rhel/spack.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s-cray-rhel/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s-cray-rhel/spack.yaml index 491289b3af..c8146cef60 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-cray-rhel/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-cray-rhel/spack.yaml @@ -41,6 +41,9 @@ spack: variants: fabrics=sockets,tcp,udp,rxm libunwind: variants: +pic +xz + mgard: + require: + - "@2023-01-10:" mpich: variants: ~wrapperrpath ncurses: |