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:
		| @@ -17,9 +17,11 @@ class Hdf5VolLog(AutotoolsPackage): | ||||
| 
 | ||||
|     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("automake", type="build") | ||||
|     depends_on("libtool", type="build") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Larry Knox
					Larry Knox