silo: loosen hdf5 version requirements (#37146)
We have successfully been building silo@4.10.2 against hdf5@1.10.4 from some time. Refinement of #34275 (which was concerned with 4.11 but unnecessarily restricted 4.10).
This commit is contained in:
parent
48347bbd7c
commit
3092bd2559
@ -52,7 +52,7 @@ class Silo(AutotoolsPackage):
|
||||
depends_on("automake", type="build", when="+shared")
|
||||
depends_on("libtool", type="build", when="+shared")
|
||||
depends_on("mpi", when="+mpi")
|
||||
depends_on("hdf5@1.8", when="@:4.10+hdf5")
|
||||
depends_on("hdf5@1.8:1.10", when="@:4.10+hdf5")
|
||||
depends_on("hdf5@1.12:", when="@4.11:+hdf5")
|
||||
depends_on("qt+gui~framework@4.8:4.9", when="+silex")
|
||||
depends_on("libx11", when="+silex")
|
||||
|
Loading…
Reference in New Issue
Block a user