File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -113,10 +113,9 @@ norecursedirs = [
113
113
" numcodecs.egg-info" ,
114
114
]
115
115
[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 }
You can’t perform that action at this time.
0 commit comments