Skip to content
Snippets Groups Projects
Commit 983df33d authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Moving HDF5 1.10.8

parent 019c2c29
No related branches found
No related tags found
No related merge requests found
......@@ -37,9 +37,9 @@ else
fi
### 1.8.19 does not compile on CYGWIN
wget http://ppmcore.mpi-cbg.de/upload/hdf5-1.10.7.tar.gz
tar -xf hdf5-1.10.7.tar.gz
cd hdf5-1.10.7
wget http://ppmcore.mpi-cbg.de/upload/hdf5-1.10.8.tar.gz
tar -xf hdf5-1.10.8.tar.gz
cd hdf5-1.10.8
if [ x"$platform" != x"cygwin" ]; then
CC=mpicc ./configure --with-zlib=$1/ZLIB --enable-parallel --prefix=$1/HDF5
......@@ -54,4 +54,4 @@ if [ $? -ne 0 ]; then
echo "HDF5 error installing"
exit 0
fi
echo 3 > $1/HDF5/version
echo 4 > $1/HDF5/version
......@@ -159,9 +159,9 @@ function remove_old()
if [ -d $1/HDF5 ]; then
version=$(cat $1/HDF5/version)
if [ x"$version" != x"3" ]; then
if [ x"$version" != x"4" ]; then
echo -e "\033[1;34;5m -------------------------------------------------------------------------------------- \033[0m"
echo -e "\033[1;34;5m HDF5 has been updated to version 1.10.7, the component will be updated automatically \033[0m"
echo -e "\033[1;34;5m HDF5 has been updated to version 1.10.8, the component will be updated automatically \033[0m"
echo -e "\033[1;34;5m -------------------------------------------------------------------------------------- \033[0m"
sleep 5
rm -rf $1/HDF5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment