Skip to content

Commit

Permalink
Update build_wheels_macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbolliet authored Sep 28, 2024
1 parent e789cfa commit 5dab528
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_wheels_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ jobs:
CIBW_ARCHS: "arm64"
LDFLAGS: "-L/opt/homebrew/opt/libomp/lib"
CPPFLAGS: "-I/opt/homebrew/opt/libomp/include"
LIBRARY_PATH: "/opt/homebrew/opt/libomp/lib:$LIBRARY_PATH"
C_INCLUDE_PATH: "/opt/homebrew/opt/libomp/include:$C_INCLUDE_PATH"
DYLD_LIBRARY_PATH: "/opt/homebrew/opt/libomp/lib:$DYLD_LIBRARY_PATH"

run: python -m cibuildwheel --output-dir wheelhouse

- name: Build source distribution (sdist)
Expand Down

0 comments on commit 5dab528

Please sign in to comment.