diff --git a/build.sh b/build.sh
index 5df01bd612f79b783d98e39bfdd03f9fb9120bb4..b19bca39595a17b0cc62a0071e57df77d8a1c491 100755
--- a/build.sh
+++ b/build.sh
@@ -36,7 +36,6 @@ if [ x"$hostname" == x"cifarm-ubuntu-node"  ]; then
 	./install_MPI_mpich.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/ 4
 	export PATH="/opt/bin:$PATH"
 	foward_options="--with-cuda-on-backend=OpenMP"
-	rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$branch/OPENBLAS
 fi
 
 if [ x"$hostname" == x"cifarm-mac-node.mpi-cbg.de"  ]; then