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:
Axel Huebl 2022-08-10 00:35:03 -06:00 committed by GitHub
parent ddb83ed776
commit e7d8a7765b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")