File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 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"
14
8000
0140# Note: the below skip command doesn't do much currently, the platforms to
141141# build wheels for in CI are controlled in `.github/workflows/wheels.yml` and
142142# `tools/ci/cirrus_wheels.yml`.
143+ build-frontend = " build"
143144skip = " cp36-* cp37-* cp-38* pp37-* *-manylinux_i686 *_ppc64le *_s390x"
144145build-verbosity = " 3"
145146before-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"
148148before-test = " pip install -r {project}/test_requirements.txt"
149149test-command = " bash {project}/tools/wheels/cibw_test_command.sh {project}"
150150
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ build_and_store_wheels: &BUILD_AND_STORE_WHEELS
33 - python -m pip install cibuildwheel
44 cibuildwheel_script :
55 - cibuildwheel
6+ always :
7+ show_meson_log_script : cat build/meson-logs/meson-log.txt
68 wheels_artifacts :
79 path : " wheelhouse/*"
810
You can’t perform that action at this time.
0 commit comments