File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -140,11 +140,11 @@ tracker = "https://github.com/numpy/numpy/issues"
140
140
# Note: the below skip command doesn't do much currently, the platforms to
141
141
# build wheels for in CI are controlled in `.github/workflows/wheels.yml` and
142
142
# `tools/ci/cirrus_wheels.yml`.
143
+ build-frontend = " build"
143
144
skip = " cp36-* cp37-* cp-38* pp37-* *-manylinux_i686 *_ppc64le *_s390x"
144
145
build-verbosity = " 3"
145
146
before-build = " bash {project}/tools/wheels/cibw_before_build.sh {project}"
146
- config-settings = " setup-args=-Duse-ilp64=true setup-args=-Dblas=openblas setup-args=-Dlapack=openblas setup-args=-Dblas-symbol-suffix=64_ setup-args=-Dallow-noblas=false"
147
- # not have it.
147
+ config-settings = " setup-args=-Duse-ilp64=true setup-args=-Dblas=openblas setup-args=-Dlapack=openblas setup-args=-Dblas-symbol-suffix=64_ setup-args=-Dallow-noblas=false build-dir=build"
148
148
before-test = " pip install -r {project}/test_requirements.txt"
149
149
test-command = " bash {project}/tools/wheels/cibw_test_command.sh {project}"
150
150
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ build_and_store_wheels: &BUILD_AND_STORE_WHEELS
3
3
- python -m pip install cibuildwheel
4
4
cibuildwheel_script :
5
5
- cibuildwheel
6
+ always :
7
+ show_meson_log_script : cat build/meson-logs/meson-log.txt
6
8
wheels_artifacts :
7
9
path : " wheelhouse/*"
8
10
You can’t perform that action at this time.
0 commit comments