File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -189,25 +189,12 @@ test-command = [
189189archs = [" x86_64" ]
190190before-all = [" yum -y install gsl-devel" ]
191191
192-
193192[tool .cibuildwheel .macos ]
194193archs = [" 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.
198196environment = { 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 ]
212199archs = [" AMD64" ]
213200before-all = [
You can’t perform that action at this time.
0 commit comments