From 63f1514f4b6d448c7ab1bbdf83c0db77447b0f38 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Thu, 12 Dec 2019 11:12:48 +0100
Subject: [PATCH] Upgrading HDF5

---
 script/install_HDF5.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/script/install_HDF5.sh b/script/install_HDF5.sh
index 7e21087e6..321fa270b 100755
--- a/script/install_HDF5.sh
+++ b/script/install_HDF5.sh
@@ -37,9 +37,9 @@ else
 fi
 
 ### 1.8.19 does not compile on CYGWIN
-wget http://ppmcore.mpi-cbg.de/upload/hdf5-1.8.19.tar.gz
-tar -xf hdf5-1.8.19.tar.gz
-cd hdf5-1.8.19
+wget http://ppmcore.mpi-cbg.de/upload/hdf5-1.10.5.tar.gz
+tar -xf hdf5-1.10.5.tar.gz
+cd hdf5-1.10.5
 
 if [ x"$platform" != x"cygwin" ]; then
         CC=mpicc ./configure --with-zlib=$1/ZLIB --enable-parallel --prefix=$1/HDF5
-- 
GitLab