Skip to content

Commit

Permalink
Remove lib folder from macOS binary wheels -- not needed, but was use…
Browse files Browse the repository at this point in the history
…d to test patterns for Linux
  • Loading branch information
nightlark committed Feb 3, 2024
1 parent 78ca4d4 commit 2ba5679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helics_apps-pip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if(DEFINED ENV{CIBUILDWHEEL} AND HELICS_DOWNLOAD_URL AND SKBUILD_STATE STREQUAL
endif()
# Linux 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 OR APPLE)
if(LINUX)
if(EXISTS ${helics-bin_SOURCE_DIR}/lib)
install(
DIRECTORY ${helics-bin_SOURCE_DIR}/lib/
Expand Down

0 comments on commit 2ba5679

Please sign in to comment.