Skip to content

Commit

Permalink
Build binary wheels for apple silicon (#553)
Browse files Browse the repository at this point in the history
Closes #490
  • Loading branch information
benfred authored Mar 26, 2022
1 parent 303e35e commit fd941d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ repair-wheel-command = ""

[tool.cibuildwheel.linux.environment]
CUDACXX = "/usr/local/cuda/bin/nvcc"

# Build `universal2` and `arm64` wheels on an Intel runner.
# Note that the `arm64` wheel and the `arm64` part of the `universal2`
# wheel cannot be tested in this configuration.
[tool.cibuildwheel.macos]
archs = ["x86_64", "universal2", "arm64"]

0 comments on commit fd941d7

Please sign in to comment.