From 608281eb282ce3fccea4749a0adf896add353c96 Mon Sep 17 00:00:00 2001 From: Ryan Mast Date: Tue, 9 Jun 2020 09:38:41 -0700 Subject: [PATCH] Enable patched files on macOS pip builds --- helics-pip/packaging_scripts/setup-macOS.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helics-pip/packaging_scripts/setup-macOS.sh b/helics-pip/packaging_scripts/setup-macOS.sh index 7ce4f53..3fad237 100755 --- a/helics-pip/packaging_scripts/setup-macOS.sh +++ b/helics-pip/packaging_scripts/setup-macOS.sh @@ -21,3 +21,5 @@ DYLD_LIBRARY_PATH="${PWD}/helics/lib:${PWD}/helics/lib64:$DYLD_LIBRARY_PATH" export DYLD_LIBRARY_PATH echo "::set-env name=DYLD_LIBRARY_PATH::$PWD/helics/lib:$PWD/helics/lib64:$DYLD_LIBRARY_PATH" +# Copy any patched files to the HELICS source tree if they exist +cp -r helics-pip/patches/${HELICS_VERSION}/* helics-pip/bundled/helics/ || true