From f30b12f980b70001c30a66cea75ffa52b46585e9 Mon Sep 17 00:00:00 2001 From: Incardona Pietro <incardon@mpi-cbg.de> Date: Sat, 30 Apr 2022 03:32:58 +0200 Subject: [PATCH] Remove ZLIB --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 31e228c76..3e76f2cd3 100755 --- a/build.sh +++ b/build.sh @@ -68,6 +68,7 @@ else fi rm -rf dependency_dir/ZLIB +rm -rf dependency_dir/HDF5 if [ x"$with_gpu" == x"1" ]; then foward_options="$foward_options --with-cuda-on-backend=CUDA" -- GitLab