We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26de57e commit d342f68Copy full SHA for d342f68
1 file changed
.github/workflows/build-python-wheels.yml
@@ -111,8 +111,9 @@ jobs:
111
FC=gfortran-15
112
CMAKE_TOOLCHAIN_FILE=/tmp/clang_toolchain.cmake
113
CIBW_BEFORE_BUILD: bash dependencies/scripts/download_dependencies.sh
114
+ # link shared libhwloc
115
CIBW_CONFIG_SETTINGS_MACOS: >
- cmake.define.AUXILIARY_LIBRARIES=dependencies/lib/libhwloc.dylib
116
+ cmake.define.AUXILIARY_LIBRARIES=dependencies/lib/libhwloc.15.dylib
117
# Skip some builds
118
CIBW_SKIP: cp36-* cp37-* cp*-*_i686 pp* *-win32
119
0 commit comments