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

HDF5 reinstall

parent e4ee737c
No related branches found
No related tags found
No related merge requests found
Pipeline #4629 failed
......@@ -43,8 +43,9 @@ 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
# Disable zlib is completly unstable
if [ x"$platform" != x"cygwin" ]; then
CC=mpicc ./configure --with-zlib=$1/ZLIB --enable-parallel --prefix=$1/HDF5
CC=mpicc ./configure --enable-parallel --prefix=$1/HDF5
make -j $2
else
CC=mpicc ./configure --enable-parallel --prefix=$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