From 8d5b6cc25950732e2b610bbf6ae93b94c27e96ac Mon Sep 17 00:00:00 2001 From: Incardona Pietro <incardon@mpi-cbg.de> Date: Sun, 14 Nov 2021 17:09:35 +0100 Subject: [PATCH] Reinstalling BOOST on CI --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 04c826c..8853d71 100755 --- a/build.sh +++ b/build.sh @@ -12,14 +12,14 @@ if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$branch/CMAKE/bin:$PATH" fi -if [ x"$hostname" == x"cifarm-ubuntu-node" ]; then +if [ x"$hostname" == x"cifarm-ubuntu-node.mpi-cbg.de" ]; then echo "Ubuntu node" export PATH="/opt/bin:$PATH" - rm -rf $HOME/openfpm_dependencies/openfpm_devices/BOOST fi mkdir src/config +rm -rf $HOME/openfpm_dependencies/openfpm_devices/BOOST if [ ! -d $HOME/openfpm_dependencies/openfpm_devices/BOOST ]; then if [ x"$hostname" == x"cifarm-mac-node" ]; then -- GitLab