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

Fixing HDF5 compilation on cygwin

parent 185162ec
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ if [ "$2" == "taurus" ]; then
echo "1" >> input_install
echo "24" >> input_install
echo "y" >> input_install
echo "1" >> input_install
./install -i "/scratch/p_ppm/openfpm_deps_intel" < input_install
......
......@@ -41,7 +41,7 @@ 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
if [ x"$plaform" != x"cygwin" ]; then
CC=mpicc ./configure --with-zlib=$1/ZLIB --enable-parallel --prefix=$1/HDF5
make -j $2
else
......
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