From 79aa9e9c8719097a1330bd8f682c4d2f22a47d21 Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Thu, 2 Feb 2023 16:16:56 -0600 Subject: Update to latest version. (#35309) Update hdf5-vol-external-passthrough to latest version compatible with HDF5 1.14 --- .../repos/builtin/packages/hdf5-vol-external-passthrough/package.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'var') 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 = [ -- cgit v1.2.3-70-g09d2