ADIOS2: ZFP<1.0 (#32015)
* ADIOS2: ZFP<1.0 The tagged ADIOS2 releases in Spack (and develop) do not yet work with ZFP 1.0. Express valid depedency range before someone updates the ZFP package and triggers the incompatibility. * Use semver
This commit is contained in:
parent
ddb83ed776
commit
e7d8a7765b
@ -106,7 +106,7 @@ class Adios2(CMakePackage, CudaPackage):
|
||||
depends_on("c-blosc", when="+blosc")
|
||||
depends_on("bzip2", when="+bzip2")
|
||||
depends_on("libpng@1.6:", when="+png")
|
||||
depends_on("zfp@0.5.1:", when="+zfp")
|
||||
depends_on("zfp@0.5.1:0.5", when="+zfp")
|
||||
depends_on("sz@2.0.2.0:", when="+sz")
|
||||
|
||||
extends("python", when="+python")
|
||||
|
Loading…
Reference in New Issue
Block a user