Add HDF5 version 1.13.3. (#34165)

* Add HDF5 version 1.13.3.
* Remove maintainers no longer with The HDFGroup.
* Fix indentation.
This commit is contained in:
Larry Knox 2022-11-30 13:23:38 -06:00 committed by GitHub
parent 472074cb7c
commit 5a394d37b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,12 +26,9 @@ class Hdf5(CMakePackage):
"lrknox", "lrknox",
"brtnfld", "brtnfld",
"byrnHDF", "byrnHDF",
"ChristopherHogan",
"epourmal",
"gheber", "gheber",
"hyoklee", "hyoklee",
"lkurz", "lkurz",
"soumagne",
] ]
tags = ["e4s"] tags = ["e4s"]
@ -46,6 +43,7 @@ class Hdf5(CMakePackage):
version("develop-1.8", branch="hdf5_1_8") version("develop-1.8", branch="hdf5_1_8")
# Odd versions are considered experimental releases # Odd versions are considered experimental releases
version("1.13.3", sha256="83c7c06671f975cee6944b0b217f95005faa55f79ea5532cf4ac268989866af4")
version("1.13.2", sha256="01643fa5b37dba7be7c4db6bbf3c5d07adf5c1fa17dbfaaa632a279b1b2f06da") version("1.13.2", sha256="01643fa5b37dba7be7c4db6bbf3c5d07adf5c1fa17dbfaaa632a279b1b2f06da")
# Even versions are maintenance versions # Even versions are maintenance versions