e4s ci: add mgard (#36584)

This commit is contained in:
eugeneswalker 2023-04-24 16:35:40 -05:00 committed by GitHub
parent 6edfc07092
commit c76023d7ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View File

@ -90,6 +90,7 @@ spack:
- mercury
- metall
- mfem
- mgard +serial +openmp +timing +unstructured ~cuda
- mpark-variant
- mpifileutils ~xattr
- nccmp
@ -157,6 +158,7 @@ spack:
- kokkos-kernels +cuda ^kokkos +wrapper +cuda
- magma +cuda
- mfem +cuda
- mgard +serial +openmp +timing +unstructured +cuda
- omega-h +cuda
- papi +cuda
- petsc +cuda

View File

@ -94,6 +94,7 @@ spack:
- mercury
- metall
- mfem
- mgard +serial +openmp +timing +unstructured ~cuda
- mpark-variant
- mpifileutils ~xattr
- nccmp
@ -168,6 +169,7 @@ spack:
- kokkos-kernels +cuda ^kokkos +wrapper +cuda
- magma +cuda
- mfem +cuda
- mgard +serial +openmp +timing +unstructured +cuda
- omega-h +cuda
- papi +cuda
- petsc +cuda

View File

@ -36,7 +36,7 @@ class Mgard(CMakePackage, CudaPackage):
depends_on("zlib")
depends_on("pkgconf", type=("build",), when="@2022-11-18:")
depends_on("zstd")
depends_on("protobuf", when="@2022-11-18:")
depends_on("protobuf@:3.21.12", when="@2022-11-18:")
depends_on("libarchive", when="@2021-11-12:")
depends_on("tclap", when="@2021-11-12")
depends_on("yaml-cpp", when="@2021-11-12:")