From 6727130889d6c47640b4a80452befb2d71ba760e Mon Sep 17 00:00:00 2001 From: Mircho Rodozov Date: Thu, 16 Jul 2020 16:52:42 +0300 Subject: [PATCH 1/3] Update hdf5 to 1.12.0 please test --- hdf5.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hdf5.spec b/hdf5.spec index ca84f598ad5..d42c8ac23bb 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -1,5 +1,5 @@ -### RPM external hdf5 1.8.17 -Source: https://support.hdfgroup.org/ftp/HDF5/current/src/%{n}-%{realversion}.tar.bz2 +### RPM external hdf5 1.12.0 +Source: https://support.hdfgroup.org/ftp/HDF5/releases/%{n}-1.12/%{n}-%{realversion}/src/%{n}-%{realversion}.tar.bz2 BuildRequires: zlib %prep From b8131a10745c818c0eb17833ba721a0fabb3a662 Mon Sep 17 00:00:00 2001 From: Mircho Rodozov Date: Mon, 20 Jul 2020 17:51:20 +0300 Subject: [PATCH 2/3] Move to 1.10.6 According to https://github.com/h5py/h5py/issues/1505#issuecomment-595825002 1.10.6 is the latest one working with python2 Above that version only Python3 is supported, and for this we have to move also Keras and Keras-Applications to py3 only, and from there - have only py3 tensorflow. --- hdf5.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hdf5.spec b/hdf5.spec index d42c8ac23bb..8b12a2854d4 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -1,5 +1,5 @@ -### RPM external hdf5 1.12.0 -Source: https://support.hdfgroup.org/ftp/HDF5/releases/%{n}-1.12/%{n}-%{realversion}/src/%{n}-%{realversion}.tar.bz2 +### RPM external hdf5 1.10.6 +Source: https://github.com/HDFGroup/hdf5/archive/hdf5-1_10_6.tar.gz BuildRequires: zlib %prep From 71483e2f1863f1a9df9fa2f29bc277da042e146f Mon Sep 17 00:00:00 2001 From: Mircho Rodozov Date: Mon, 20 Jul 2020 19:06:32 +0300 Subject: [PATCH 3/3] Update hdf5.spec --- hdf5.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdf5.spec b/hdf5.spec index 8b12a2854d4..30303833bff 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -1,5 +1,5 @@ ### RPM external hdf5 1.10.6 -Source: https://github.com/HDFGroup/hdf5/archive/hdf5-1_10_6.tar.gz +Source: git+https://github.com/HDFGroup/%{n}.git?obj=master/5b9cf732caab9daa6ed1e00f2df4f5a792340196&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz BuildRequires: zlib %prep