hdf5-vol-log: Update package versions and update HDF5 dependency to version 1.13.2 (#32448)

* Add HDF5 version 1.13.2.
Remove HDF5 versions 1.13.0 and 1.13.1.

* Correct formatting.

* Update vol-log-based versions and HDF5 dependency version.
This commit is contained in:
Larry Knox 2022-08-31 08:29:15 -05:00 committed by GitHub
parent 74506a2a83
commit 62e4177e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,9 +17,11 @@ class Hdf5VolLog(AutotoolsPackage):
version("master-1.1", branch="master") version("master-1.1", branch="master")
version("1.1.0", commit="ca146fa7d320ec5c0b397669b330c78fceeabb57") version("1.3.0", tag="logvol.1.3.0")
version("1.2.0", tag="logvol.1.2.0")
version("1.1.0", tag="logvol.1.1.0")
depends_on("hdf5@1.13.0:") depends_on("hdf5@1.13.2:")
depends_on("autoconf", type="build") depends_on("autoconf", type="build")
depends_on("automake", type="build") depends_on("automake", type="build")
depends_on("libtool", type="build") depends_on("libtool", type="build")