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
fd1ea61c
Commit
fd1ea61c
authored
Jan 19, 2021
by
Isuru Fernando
Browse files
Add some comments
parent
578735d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
common_utils.sh
common_utils.sh
+1
-0
osx_utils.sh
osx_utils.sh
+2
-0
No files found.
common_utils.sh
View file @
fd1ea61c
...
...
@@ -271,6 +271,7 @@ function bdist_wheel_cmd {
}
function wrap_wheel_builder {
# Wrapper for build command, overwritten by macOS for universal2 wheel building
$@
}
...
...
osx_utils.sh
View file @
fd1ea61c
...
...
@@ -425,6 +425,7 @@ function activate_ccache {
}
function
macos_intel_build_wrap
{
# Wrap build for single arch x86_64 wheels
local
py_osx_ver
=
$(
echo
${
MB_PYTHON_OSX_VER
:-
10
.9
}
|
sed
"s/
\.
/_/g"
)
export
PLAT
=
"x86_64"
export
_PYTHON_HOST_PLATFORM
=
"macosx-
${
py_osx_ver
}
-x86_64"
...
...
@@ -437,6 +438,7 @@ function macos_intel_build_wrap {
}
function
macos_arm64_build_wrap
{
# Wrap build for single arch arm_64 wheels
export
PLAT
=
"arm64"
export
BUILD_PREFIX
=
/opt/arm64-builds
sudo mkdir
-p
$BUILD_PREFIX
...
...
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