Skip to content

Commit

Permalink
hdf5: conflicts zlib-ng+new_strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
skosukhin committed Apr 5, 2024
1 parent 558a28b commit 71c9afa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions var/spack/repos/builtin/packages/hdf5/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ class Hdf5(CMakePackage):
"+fortran", when="@1.13.3:^cmake@:3.22", msg="cmake_minimum_required is not set correctly."
)

# See https://github.com/HDFGroup/hdf5/pull/4147
requires("^zlib-ng~new_strategies", when="@:1.14.3,develop-1.8:develop-1.12 ^zlib-ng")

# There are several officially unsupported combinations of the features:
# 1. Thread safety is not guaranteed via high-level C-API but in some cases
# it works.
Expand Down

0 comments on commit 71c9afa

Please sign in to comment.