Update to latest version. (#35309)

Update hdf5-vol-external-passthrough to latest version compatible with HDF5 1.14
This commit is contained in:
Larry Knox 2023-02-02 16:16:56 -06:00 committed by GitHub
parent f2b0c1deab
commit 79aa9e9c87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@ class Hdf5VolExternalPassthrough(CMakePackage):
"""Package for HDF5 external pass-through VOL."""
homepage = "https://sdm.lbl.gov/"
url = "https://github.com/hpc-io/vol-external-passthrough/archive/refs/tags/v1.0.tar.gz"
url = "https://github.com/hpc-io/vol-external-passthrough/archive/refs/tags/v1.1.tar.gz"
git = "https://github.com/hpc-io/vol-external-passthrough.git"
maintainers("hyoklee")
version("develop", branch="develop")
version("1.0", sha256="99a06d1c31451f8f0c8c10fec112410cda1f951f0eda1bd0ca999d6b35cf7740")
depends_on("hdf5@1.13.0:")
version("1.1", sha256="9f1a7fba4958fe0f46b4451253b9b1d7a4cfb30a0ce4183f5f756ceaddbbf2c3")
depends_on("hdf5@1.14.0:")
def cmake_args(self):
args = [