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:
Seth R. Johnson 2023-04-24 12:23:16 -04:00 committed by GitHub
parent 48347bbd7c
commit 3092bd2559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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