From ac60e861ff4f0aea4339353921ae727da24ed009 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Tue, 18 Dec 2018 20:14:36 +0100
Subject: [PATCH] Reintalling all dependencies on master for centos

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

diff --git a/build.sh b/build.sh
index 42dc7b0b6..e44ab53f9 100755
--- a/build.sh
+++ b/build.sh
@@ -19,19 +19,20 @@ echo "compilation type: $comp_type"
 echo "Branch name: $branch"
 
 
-if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de"  ]; then
-	./install_MPI_mpich.sh $HOME/openfpm_dependencies/openfpm_io/$branch/ 4
+if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de"  ]; then 
+	rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$branch/
+	./install_MPI_mpich.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/ 4
 	echo 4 > $HOME/openfpm_dependencies/openfpm_pdata/$branch/MPI/version
 fi
 
 if [ x"$hostname" == x"cifarm-ubuntu-node.mpi-cbg.de"  ]; then
-        ./install_MPI_mpich.sh $HOME/openfpm_dependencies/openfpm_io/$branch/ 4
+        ./install_MPI_mpich.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/ 4
         echo 4 > $HOME/openfpm_dependencies/openfpm_pdata/$branch/MPI/version
 fi
 
 if [ x"$hostname" == x"cifarm-mac-node.mpi-cbg.de"  ]; then
 	export PATH="/usr/local/bin:$PATH"
-        ./install_MPI_mpich.sh $HOME/openfpm_dependencies/openfpm_io/$branch/ 4
+        ./install_MPI_mpich.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/ 4
         echo 4 > $HOME/openfpm_dependencies/openfpm_io/$branch/MPI/version
 fi
 
-- 
GitLab