Skip to content

Commit

Permalink
Enable Apple Silicon wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Oct 12, 2023
1 parent 6a061a3 commit d449405
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ repair-wheel-command = "auditwheel repair -w {dest_dir} --lib-sdir=/.libs {wheel
skip = ["pp*", "cp36-*", "cp37-*"]
before-all = "bash {package}/scripts/build-ocl-macos.sh"
test-command = "pytest {project}/test/test_array.py" # same limitation as conda-forge
archs = "x86_64 arm64"

# https://github.com/conda-forge/pyopencl-feedstock/blob/6f3c5de59b18c9518abba3cb94f6ae92964553f8/recipe/meta.yaml#L62-L63

[tool.cibuildwheel.windows]
Expand Down

0 comments on commit d449405

Please sign in to comment.