From 2ba56794f62a23d54f487ccdbfbd9e91f7fc4a31 Mon Sep 17 00:00:00 2001 From: Ryan Mast Date: Fri, 2 Feb 2024 23:57:48 -0800 Subject: [PATCH] Remove lib folder from macOS binary wheels -- not needed, but was used to test patterns for Linux --- helics_apps-pip/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helics_apps-pip/CMakeLists.txt b/helics_apps-pip/CMakeLists.txt index 3602e12..b49df68 100644 --- a/helics_apps-pip/CMakeLists.txt +++ b/helics_apps-pip/CMakeLists.txt @@ -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/