Skip to content

Commit

Permalink
Enable patched files on macOS pip builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark authored Jun 9, 2020
1 parent 19c482d commit 608281e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helics-pip/packaging_scripts/setup-macOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 608281e

Please sign in to comment.