@@ -147,7 +147,7 @@ test-command = "bash {project}/tools/wheels/cibw_test_command.sh {project}"
147
147
manylinux-x86_64-image = " manylinux2014"
148
148
manylinux-aarch64-image = " manylinux2014"
149
149
musllinux-x86_64-image = " musllinux_1_1"
150
- environment = { CFLAGS =" -std=c99 -fno-strict-aliasing -DBLAS_SYMBOL_SUFFIX=64_" , LDFLAGS =" -Wl,--strip-debug" , OPENBLAS64_ =" /usr/local" , NPY_USE_BLAS_ILP64 =" 1" , RUNNER_OS =" Linux" }
150
+ environment = { CFLAGS =" -std=c99 -fno-strict-aliasing -DBLAS_SYMBOL_SUFFIX=64_ -DHAVE_BLAS_ILP64 " , LDFLAGS =" -Wl,--strip-debug" , CXXFLAGS = " -DBLAS_SYMBOL_SUFFIX=64_ -DHAVE_BLAS_ILP64 " , OPENBLAS64_ =" /usr/local" , NPY_USE_BLAS_ILP64 =" 1" , RUNNER_OS =" Linux" }
151
151
152
152
[tool .cibuildwheel .macos ]
153
153
# For universal2 wheels, we will need to fuse them manually
@@ -158,10 +158,10 @@ environment = { CFLAGS="-std=c99 -fno-strict-aliasing -DBLAS_SYMBOL_SUFFIX=64_",
158
158
archs = " x86_64 arm64"
159
159
test-skip = " *_universal2:arm64"
160
160
# MACOS linker doesn't support stripping symbols
161
- environment = { CFLAGS =" -std=c99 -fno-strict-aliasing -DBLAS_SYMBOL_SUFFIX=64_" , OPENBLAS64_ =" /usr/local" , NPY_USE_BLAS_ILP64 =" 1" , CC =" clang" , CXX = " clang++" , RUNNER_OS =" macOS" }
161
+ environment = { CFLAGS =" -std=c99 -fno-strict-aliasing -DBLAS_SYMBOL_SUFFIX=64_ -DHAVE_BLAS_ILP64 " , CXXFLAGS = " -DBLAS_SYMBOL_SUFFIX=64_ -DHAVE_BLAS_ILP64 " , OPENBLAS64_ =" /usr/local" , NPY_USE_BLAS_ILP64 =" 1" , CC =" clang" , CXX = " clang++" , RUNNER_OS =" macOS" }
162
162
163
163
[tool .cibuildwheel .windows ]
164
- environment = { OPENBLAS64_ =" openblas" , OPENBLAS =" " , NPY_USE_BLAS_ILP64 =" 1" , CFLAGS =" -DBLAS_SYMBOL_SUFFIX=64_" , LDFLAGS = " " }
164
+ environment = { OPENBLAS64_ =" openblas" , OPENBLAS =" " , NPY_USE_BLAS_ILP64 =" 1" , CFLAGS =" -DBLAS_SYMBOL_SUFFIX=64_ -DHAVE_BLAS_ILP64 " , CXXFLAGS = " -DBLAS_SYMBOL_SUFFIX=64_ -DHAVE_BLAS_ILP64 " , LDFLAGS = " " }
165
165
166
166
[[tool .cibuildwheel .overrides ]]
167
167
select = " *-win32"
0 commit comments