diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-02-02 16:16:56 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-02 16:16:56 -0600 |
commit | 79aa9e9c8719097a1330bd8f682c4d2f22a47d21 (patch) | |
tree | 01975956d77db3fda715bab795d5df5586107dfb /var | |
parent | f2b0c1deab87da3b5aa4c1f2ef4d6af06fa4e32d (diff) | |
download | spack-79aa9e9c8719097a1330bd8f682c4d2f22a47d21.tar.gz spack-79aa9e9c8719097a1330bd8f682c4d2f22a47d21.tar.bz2 spack-79aa9e9c8719097a1330bd8f682c4d2f22a47d21.tar.xz spack-79aa9e9c8719097a1330bd8f682c4d2f22a47d21.zip |
Update to latest version. (#35309)
Update hdf5-vol-external-passthrough to latest version compatible with HDF5 1.14
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/hdf5-vol-external-passthrough/package.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/hdf5-vol-external-passthrough/package.py b/var/spack/repos/builtin/packages/hdf5-vol-external-passthrough/package.py index 95e7cee577..12490e38e6 100644 --- a/var/spack/repos/builtin/packages/hdf5-vol-external-passthrough/package.py +++ b/var/spack/repos/builtin/packages/hdf5-vol-external-passthrough/package.py @@ -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 = [ |