From ffa60e09ffad9b871462935400da7bf21f6111fb Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 23 Sep 2016 16:23:16 +0200 Subject: [PATCH] HDF5/H5hut/build - compile without Python for the time being --- HDF5/H5hut/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HDF5/H5hut/build b/HDF5/H5hut/build index 9016223..f1d8f41 100755 --- a/HDF5/H5hut/build +++ b/HDF5/H5hut/build @@ -10,7 +10,7 @@ pbuild::pre_configure() { pbuild::configure() { if (( V_MAJOR >= 2 )); then - config_args+=" --enable-python" + : config_args+=" --enable-python" fi "${MODULE_SRCDIR}"/configure \