From b8131a10745c818c0eb17833ba721a0fabb3a662 Mon Sep 17 00:00:00 2001 From: Mircho Rodozov Date: Mon, 20 Jul 2020 17:51:20 +0300 Subject: [PATCH] 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