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

HDF5 validating

parent 34e201fb
No related branches found
No related tags found
No related merge requests found
Pipeline #4630 passed
...@@ -67,8 +67,6 @@ else ...@@ -67,8 +67,6 @@ else
mkdir $HOME/openfpm_dependencies/openfpm_pdata/$branch mkdir $HOME/openfpm_dependencies/openfpm_pdata/$branch
fi fi
rm -rf dependency_dir/ZLIB
rm -rf dependency_dir/HDF5
if [ x"$with_gpu" == x"1" ]; then if [ x"$with_gpu" == x"1" ]; then
foward_options="$foward_options --with-cuda-on-backend=CUDA" foward_options="$foward_options --with-cuda-on-backend=CUDA"
......
...@@ -36,7 +36,6 @@ else ...@@ -36,7 +36,6 @@ else
echo "ZLIB is already installed" echo "ZLIB is already installed"
fi fi
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$1/ZLIB/lib"
### 1.8.19 does not compile on CYGWIN ### 1.8.19 does not compile on CYGWIN
wget http://ppmcore.mpi-cbg.de/upload/hdf5-1.10.8.tar.gz wget http://ppmcore.mpi-cbg.de/upload/hdf5-1.10.8.tar.gz
......
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