From 69afc538e991e852cf887b03393923396cfc337c Mon Sep 17 00:00:00 2001 From: Sergio Garcia Date: Wed, 9 Jul 2025 16:07:07 +0200 Subject: [PATCH] Fix YODA HDF5 issue --- yoda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yoda.sh b/yoda.sh index 5d9813e2ab..3e1046e3f6 100644 --- a/yoda.sh +++ b/yoda.sh @@ -21,7 +21,7 @@ rsync -a --exclude='**/.git' --delete --delete-excluded "$SOURCEDIR"/ ./ export PYTHON=$(type -p python3) -./configure --disable-silent-rules --enable-root --prefix="$INSTALLROOT" +./configure --disable-silent-rules --enable-root --prefix="$INSTALLROOT" --with-hdf5="$HDF5_ROOT" make ${JOBS+-j $JOBS} make install