Skip to content

Commit

Permalink
[MOD] - changed delocate wheel command
Browse files Browse the repository at this point in the history
  • Loading branch information
lpossner committed May 20, 2024
1 parent 8c7a893 commit 364eb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
CIBW_BEFORE_BUILD: "pip install numpy"
CIBW_ARCHS_MACOS: x86_64
CIBW_BUILD: ${{ matrix.cibw-string }}
CIBW_REPAIR_WHEEL_COMMAND: "delocate-listdeps {wheel} && delocate-wheel --require-archs=x86_64 -w {dest_dir} {wheel}"
CIBW_REPAIR_WHEEL_COMMAND: "delocate-listdeps {wheel} && delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
CC: gcc-13
CXX: g++-13
# MACOSX_DEPLOYMENT_TARGET: "10.13"
Expand Down

0 comments on commit 364eb40

Please sign in to comment.