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

Fixing HDF5 installation

parent 4dbf5c02
No related branches found
No related tags found
No related merge requests found
Pipeline #4516 failed
......@@ -24,13 +24,13 @@ if [ ! -d "$1/ZLIB" -a x"$platform" != x"cygwin" ]; then
CC=mpicc ./configure --prefix=$1/ZLIB
make -j $2
cd ..
if [ $? -eq 0 ]; then
make check install
else
echo -e "\033[91;5;1m ZLIB Installation FAILED \033[0m"
exit 1
fi
cd ..
else
echo "ZLIB is already installed"
......
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