Skip to content

Commit d342f68

Browse files
committed
Link libhwloc.15.dylib to avoid copying symbolic link during repair
1 parent 26de57e commit d342f68

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-python-wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,9 @@ jobs:
111111
FC=gfortran-15
112112
CMAKE_TOOLCHAIN_FILE=/tmp/clang_toolchain.cmake
113113
CIBW_BEFORE_BUILD: bash dependencies/scripts/download_dependencies.sh
114+
# link shared libhwloc
114115
CIBW_CONFIG_SETTINGS_MACOS: >
115-
cmake.define.AUXILIARY_LIBRARIES=dependencies/lib/libhwloc.dylib
116+
cmake.define.AUXILIARY_LIBRARIES=dependencies/lib/libhwloc.15.dylib
116117
# Skip some builds
117118
CIBW_SKIP: cp36-* cp37-* cp*-*_i686 pp* *-win32
118119

0 commit comments

Comments
 (0)