From a6ed653e982b947ddc30ca88e51a2e8510d3303b Mon Sep 17 00:00:00 2001 From: Incardona Pietro <incardon@mpi-cbg.de> Date: Sat, 30 Apr 2022 03:32:20 +0200 Subject: [PATCH] Remove ZLIB --- build.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build.sh b/build.sh index 1d8caba77..31e228c76 100755 --- a/build.sh +++ b/build.sh @@ -21,7 +21,6 @@ echo "compilation type: $comp_type" echo "Branch name: $branch" echo "GPU compilation: $with_gpu" - if [ x"$hostname" == x"cifarm-centos-node" ]; then echo "Almalinux node" foward_options="--with-cuda-on-backend=OpenMP" @@ -44,10 +43,6 @@ if [ x"$hostname" == x"cifarm-mac-node.mpi-cbg.de" ]; then foward_options="--with-cuda-on-backend=SEQUENTIAL" ./install_CMAKE_on_CI.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/ export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$branch/CMAKE/bin:$PATH" -# rm -rf /Users/admin/openfpm_dependencies/openfpm_pdata/$branch/ -# rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$branch/PETSC - #./install_CMAKE_on_CI.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/ -# export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$branch/CMAKE/bin:$PATH" fi if [ x"$hostname" == x"falcon1" ]; then @@ -72,6 +67,8 @@ else mkdir $HOME/openfpm_dependencies/openfpm_pdata/$branch fi +rm -rf dependency_dir/ZLIB + if [ x"$with_gpu" == x"1" ]; then foward_options="$foward_options --with-cuda-on-backend=CUDA" else -- GitLab