Skip to content

Commit 0e23e79

Browse files
ensure cibuildwheel.macos also has DISABLE_NUMCODECS_AVX2=1 (#479)
1 parent a5539b5 commit 0e23e79

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pyproject.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,9 @@ norecursedirs = [
113113
"numcodecs.egg-info",
114114
]
115115
[tool.cibuildwheel]
116-
environment = { DISABLE_NUMCODECS_AVX2=1 }
117-
[tool.cibuildwheel.macos]
118-
environment = { MACOSX_DEPLOYMENT_TARGET=10.9, CFLAGS="$CFLAGS -Wno-implicit-function-declaration" }
119-
[[tool.cibuildwheel.overrides]]
120-
select = "*-macosx_arm64"
121-
environment = { DISABLE_NUMCODECS_SSE2=1 }
122-
116+
environment = { DISABLE_NUMCODECS_AVX2=1 }
117+
[tool.cibuildwheel.macos]
118+
environment = { MACOSX_DEPLOYMENT_TARGET=10.9, DISABLE_NUMCODECS_AVX2=1, CFLAGS="$CFLAGS -Wno-implicit-function-declaration" }
119+
[[tool.cibuildwheel.overrides]]
120+
select = "*-macosx_arm64"
121+
environment = { DISABLE_NUMCODECS_SSE2=1 }

0 commit comments

Comments
 (0)