From f7a66f5d0b4b9f120d2bb53e45a1bfbcbc0a532e Mon Sep 17 00:00:00 2001 From: Marco Giacalone Date: Wed, 9 Jul 2025 16:46:58 +0200 Subject: [PATCH] Set HDF5_DIR as environment variable during YODA build --- yoda.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yoda.sh b/yoda.sh index 5d9813e2ab..a3c4c38bcd 100644 --- a/yoda.sh +++ b/yoda.sh @@ -13,6 +13,8 @@ build_requires: - Python prepend_path: PYTHONPATH: $YODA_ROOT/lib/python/site-packages +env: + HDF5_DIR: "$HDF5_ROOT" --- #!/bin/bash -e rsync -a --exclude='**/.git' --delete --delete-excluded "$SOURCEDIR"/ ./