Skip to content

Commit 5e06fbb

Browse files
authored
disable avx2 for wheel (#253)
* disable avx2 on windows and linux * disable avx2 on macos
1 parent f872e45 commit 5e06fbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheel.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
CIBW_TEST_COMMAND: pytest --pyargs numcodecs
1515
CIBW_TEST_REQUIRES: pytest
1616
CIBW_SKIP: "*27* pp*"
17-
CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=10.9"
17+
CIBW_ENVIRONMENT: "DISABLE_NUMCODECS_AVX2=1"
18+
CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=10.9 DISABLE_NUMCODECS_AVX2=1"
1819

1920
steps:
2021
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)