Skip to content

Commit ae4c59d

Browse files
Update
1 parent 29b1081 commit ae4c59d

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

pyproject.toml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -189,25 +189,12 @@ test-command = [
189189
archs = ["x86_64"]
190190
before-all = ["yum -y install gsl-devel"]
191191

192-
193192
[tool.cibuildwheel.macos]
194193
archs = ["x86_64", "arm64"]
195-
before-all = [
196-
"brew install gsl",
197-
]
194+
before-all = ["brew install gsl"]
195+
# This is because of how GSL is built by homebrew.
198196
environment = { MACOSX_DEPLOYMENT_TARGET = "14.0" }
199197

200-
# [[tool.cibuildwheel.overrides]]
201-
# # Intel macOS wheels
202-
# select = "*-macosx_*_x86_64"
203-
# environment = { CIBW_ARCHS_MACOS = "x86_64", MACOSX_DEPLOYMENT_TARGET = "14.0" }
204-
205-
# [[tool.cibuildwheel.overrides]]
206-
# # Apple Silicon macOS wheels
207-
# select = "*-macosx_*_arm64"
208-
# environment = { CIBW_ARCHS_MACOS = "arm64", MACOSX_DEPLOYMENT_TARGET = "14.0" }
209-
210-
211198
[tool.cibuildwheel.windows]
212199
archs = ["AMD64"]
213200
before-all = [

0 commit comments

Comments
 (0)