From 019c2c297081273b5686334d867cd9abe5557ddc Mon Sep 17 00:00:00 2001
From: Incardona Pietro <incardon@mpi-cbg.de>
Date: Sat, 23 Apr 2022 12:00:57 +0200
Subject: [PATCH] Fixing build

---
 build.sh | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/build.sh b/build.sh
index de45d212f..1d8caba77 100755
--- a/build.sh
+++ b/build.sh
@@ -22,12 +22,10 @@ echo "Branch name: $branch"
 echo "GPU compilation: $with_gpu"
 
 
-if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de"  ]; then
-	echo "CentOS node"
-	source /opt/rh/devtoolset-8/enable
-	./install_CMAKE_on_CI.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/
-	export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$branch/CMAKE/bin:$PATH"
+if [ x"$hostname" == x"cifarm-centos-node"  ]; then
+	echo "Almalinux node"
 	foward_options="--with-cuda-on-backend=OpenMP"
+	export DISABLE_OPENFPM_BINARY_CONFIG=1
 fi
 
 if [ x"$hostname" == x"cifarm-ubuntu-node"  ]; then
@@ -65,7 +63,7 @@ if [ x"$hostname" == x"falcon1" ]; then
 		mkdir /projects/ppm/rundeck/openfpm_dependencies_$branch/
 		dependency_dir=/projects/ppm/rundeck/openfpm_dependencies_$branch/
 	fi
-elif [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then
+elif [ x"$hostname" == x"cifarm-centos-node" ]; then
 	dependency_dir=$(pwd)/openfpm_dependencies/$branch
 elif [ x"$hostname" == x"cifarm-ubuntu-node" ]; then
 	dependency_dir=$(pwd)/openfpm_dependencies/$branch
-- 
GitLab