hdf5: conflicts zlib-ng+new_strategies (#43535)

This commit is contained in:
Sergey Kosukhin 2024-10-10 12:01:46 +02:00 committed by GitHub
parent f639c4f1e6
commit bdd06cb176
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,7 +123,13 @@ class Hdf5(CMakePackage):
depends_on("java", type=("build", "run"), when="+java") depends_on("java", type=("build", "run"), when="+java")
depends_on("szip", when="+szip") depends_on("szip", when="+szip")
depends_on("zlib-api") depends_on("zlib-api")
# See https://github.com/HDFGroup/hdf5/pull/4147
depends_on(
"zlib-ng~new_strategies",
when="@:1.14.3,develop-1.8:develop-1.12 ^[virtuals=zlib-api] zlib-ng",
)
# The compiler wrappers (h5cc, h5fc, etc.) run 'pkg-config'. # The compiler wrappers (h5cc, h5fc, etc.) run 'pkg-config'.
# Skip this on Windows since pkgconfig is autotools # Skip this on Windows since pkgconfig is autotools