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

Fixing installation on OSX

parent b62aaf3c
No related branches found
No related tags found
No related merge requests found
Pipeline #963 failed
......@@ -19,6 +19,11 @@ if [ x"$hostname" == x"cifarm-ubuntu-node" ]; then
export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$6/MPI/bin/:$PATH"
fi
if [ x"$hostname" == x"cifarm-mac-node" ]; then
export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$6/MPI/bin/:$PATH"
export PATH="/usr/local/bin:$PATH"
fi
if [ x"$branch" == x"" ]; then
branch=$(git ls-remote --heads origin | grep $(git rev-parse HEAD) | cut -d / -f 3)
......
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