Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
6ae6d742
Commit
6ae6d742
authored
Jun 24, 2016
by
Matthew Brett
Browse files
Add explicit build_pip_wheel function
Useful for scripts overriding "build_wheel" function.
parent
14ee2c23
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
common_utils.sh
common_utils.sh
+6
-1
No files found.
common_utils.sh
View file @
6ae6d742
...
...
@@ -138,7 +138,7 @@ function bdist_wheel_cmd {
cp
dist/
*
.whl
$abs_wheelhouse
}
function
build_wheel
{
function
build_
pip_
wheel
{
# Standard wheel building command with pip wheel
build_wheel_cmd
"pip_wheel_cmd"
$@
}
...
...
@@ -148,6 +148,11 @@ function build_bdist_wheel {
build_wheel_cmd
"bdist_wheel_cmd"
$@
}
function
build_wheel
{
# Set default building method to pip
build_pip_wheel
$@
}
function
pip_opts
{
[
-n
"
$MANYLINUX_URL
"
]
&&
echo
"--find-links
$MANYLINUX_URL
"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment