From 03f15a3c4995017f835239b3c3c88009da831808 Mon Sep 17 00:00:00 2001 From: Aditya Tongse Date: Fri, 6 Feb 2026 15:22:45 +0530 Subject: [PATCH] Changed the version of hdf5 --- h/h5py/h5py_3.11.0_ubi_9.3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h/h5py/h5py_3.11.0_ubi_9.3.sh b/h/h5py/h5py_3.11.0_ubi_9.3.sh index 0c61919de7..3d43d2fd5b 100644 --- a/h/h5py/h5py_3.11.0_ubi_9.3.sh +++ b/h/h5py/h5py_3.11.0_ubi_9.3.sh @@ -37,7 +37,7 @@ yum install -y openssl-devel unzip libzip-devel.ppc64le gzip.ppc64le python3.12- #Build hdf5 from source git clone https://github.com/HDFGroup/hdf5 cd hdf5/ -git checkout hdf5_1.14.6 +git checkout hdf5-1_12_2 ./configure --prefix=/usr/local/hdf5 --enable-cxx --enable-fortran --with-pthread=yes --enable-threadsafe --enable-build-mode=production --enable-unsupported --enable-using-memchecker --enable-clear-file-buffers --with-ssl make -j1