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

fixing cygwin hdf5

parent a9a7ddbb
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,8 @@ else
echo "ZLIB is already installed"
fi
wget http://ppmcore.mpi-cbg.de/upload/hdf5-1.8.19.tar.bz2
tar -xf hdf5-1.8.19.tar.bz2
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
if [ x"$plaform" != "cygwin" ]; then
......
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