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

Fixing build

parent a8562500
No related branches found
No related tags found
No related merge requests found
Pipeline #1991 failed
......@@ -14,6 +14,7 @@ then
fi
if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then
echo "CENTOS"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$HOME/openfpm_dependencies/openfpm_io/$branch/HDF5/lib"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$HOME/openfpm_dependencies/openfpm_io/$branch/BOOST/lib"
fi
......@@ -24,6 +25,7 @@ if [ x"$hostname" == x"cifarm-ubuntu-node" ]; then
fi
if [ x"$hostname" == x"cifarm-mac-node.mpi-cbg.de" ]; then
echo "MACOS X"
export DYLD_LIBRARY_PATH="$DYLD_LIBRARY_PATH:$HOME/openfpm_dependencies/openfpm_io/$branch/HDF5/lib"
export DYLD_LIBRARY_PATH="$DYLD_LIBRARY_PATH:$HOME/openfpm_dependencies/openfpm_io/$branch/BOOST/lib"
fi
......
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