Skip to content

Commit

Permalink
Re-add libraries to macOS -- delocated wheel complains
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark committed Feb 3, 2024
1 parent 2ba5679 commit ca537a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helics_apps-pip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ if(DEFINED ENV{CIBUILDWHEEL} AND HELICS_DOWNLOAD_URL AND SKBUILD_STATE STREQUAL
USE_SOURCE_PERMISSIONS
)
endif()
# Linux needs libzmq (libhelics isn't used); previously we added lib64 to LD_LIBRARY_PATH so auditwheel can fix up the binary wheel
# Linux (and macOS?) needs libzmq (libhelics isn't used); previously we added lib64 to LD_LIBRARY_PATH so auditwheel can fix up the binary wheel
# that is a bit trickier due to temporary folder skbuild/CMake uses, so instead let's include it this way...
if(LINUX)
if(LINUX OR APPLE)
if(EXISTS ${helics-bin_SOURCE_DIR}/lib)
install(
DIRECTORY ${helics-bin_SOURCE_DIR}/lib/
Expand Down

0 comments on commit ca537a2

Please sign in to comment.