8000 Generalize the bdist_wheel workaround · MacPython/matplotlib-wheels@22d0911 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit 22d0911

< 8000 a class="Box-sc-g0xbh4-0 fyKNMY Box-sc-g0xbh4-0 fyKNMY prc-Button-ButtonBase-c50BI prc-Link-Link-85e08" style="--button-color:fg.default" type="button" href="/MacPython/matplotlib-wheels/tree/22d091163d17bb1cc91656348b93000706dfb83a" data-loading="false" data-size="medium" data-variant="default" aria-describedby=":R3abab:-loading-announcement">Browse files
committed
Generalize the bdist_wheel workaround
Somewhat generalize the ability to use bdist_wheel for building.
1 parent 372def2 commit 22d0911

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

config.sh

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,8 @@ function pre_build {
1818
}
1919

2020
function build_wheel {
21-
# Override common_utils build_wheel function
22-
local repo_dir=${1:-$REPO_DIR}
23-
local wheelhouse=$(abspath ${WHEEL_SDIR:-wheelhouse})
24-
pre_build
25-
pip install $(pip_opts) $BUILD_DEPENDS
26-
# Use bdist_wheel to work round problem with wheel version
27-
(cd $repo_dir && python setup.py bdist_wheel)
28-
cp $repo_dir/dist/*.whl $wheelhouse
29-
repair_wheelhouse $wheelhouse
21+
# Override common_utils build_wheel function to fix version error
22+
build_bdist_wheel $@
3023
}
3124

3225
function run_tests {

multibuild

0 commit comments

Comments
 (0)
0