From 01ce6b0036ceea809259b0991aaf881620481fde Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Sun, 25 Nov 2018 12:00:31 +0100
Subject: [PATCH] Fixing installation on OSX

---
 build.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/build.sh b/build.sh
index 1a67d4c49..bb3b0e685 100755
--- a/build.sh
+++ b/build.sh
@@ -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)
-- 
GitLab