Skip to content

Commit 94852cc

Browse files
committed
adios2: depend on latest mgard
1 parent d618dee commit 94852cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • repos/spack_repo/builtin/packages/adios2

repos/spack_repo/builtin/packages/adios2/package.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ class Adios2(CMakePackage, CudaPackage, ROCmPackage):
202202
depends_on("zfp@0.5.1:0.5", when="+zfp")
203203
depends_on("sz@2.0.2.0:", when="+sz")
204204
depends_on("sz3", when="+sz3")
205-
depends_on("mgard@compat-2022-11-18:", when="+mgard")
206-
depends_on("mgard@compat-2023-01-10:", when="@2.9: +mgard")
205+
depends_on("mgard@1.6.0:", when="@2.10: +mgard")
206+
depends_on("mgard@compat-2023-01-10:", when="@2.9 +mgard")
207207

208208
extends("python", when="+python")
209209
depends_on("python", when="+python", type=("build", "run"))

0 commit comments

Comments
 (0)