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
2de4617d
Commit
2de4617d
authored
Jan 19, 2021
by
Isuru Fernando
Browse files
remove reference to 10.9
parent
fd1ea61c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
osx_utils.sh
osx_utils.sh
+2
-2
No files found.
osx_utils.sh
View file @
2de4617d
...
@@ -426,7 +426,7 @@ function activate_ccache {
...
@@ -426,7 +426,7 @@ function activate_ccache {
function
macos_intel_build_wrap
{
function
macos_intel_build_wrap
{
# Wrap build for single arch x86_64 wheels
# Wrap build for single arch x86_64 wheels
local
py_osx_ver
=
$(
echo
${
MB_PYTHON_OSX_VER
:-
10
.9
}
|
sed
"s/
\.
/_/g"
)
local
py_osx_ver
=
$(
echo
${
MB_PYTHON_OSX_VER
:-
$(
macpython_sdk_for_version
${
MB_PYTHON_VERSION
}
)
}
|
sed
"s/
\.
/_/g"
)
export
PLAT
=
"x86_64"
export
PLAT
=
"x86_64"
export
_PYTHON_HOST_PLATFORM
=
"macosx-
${
py_osx_ver
}
-x86_64"
export
_PYTHON_HOST_PLATFORM
=
"macosx-
${
py_osx_ver
}
-x86_64"
export
CFLAGS+
=
" -arch x86_64"
export
CFLAGS+
=
" -arch x86_64"
...
@@ -459,7 +459,7 @@ function macos_arm64_build_wrap {
...
@@ -459,7 +459,7 @@ function macos_arm64_build_wrap {
function
fuse_macos_intel_arm64
{
function
fuse_macos_intel_arm64
{
local
wheelhouse
=
$(
abspath
${
WHEEL_SDIR
:-
wheelhouse
}
)
local
wheelhouse
=
$(
abspath
${
WHEEL_SDIR
:-
wheelhouse
}
)
local
py_osx_ver
=
$(
echo
${
MB_PYTHON_OSX_VER
:-
10
.9
}
|
sed
"s/
\.
/_/g"
)
local
py_osx_ver
=
$(
echo
${
MB_PYTHON_OSX_VER
:-
$(
macpython_sdk_for_version
${
MB_PYTHON_VERSION
}
)
}
|
sed
"s/
\.
/_/g"
)
mkdir
-p
tmp_fused_wheelhouse
mkdir
-p
tmp_fused_wheelhouse
for
whl
in
$wheelhouse
/
*
.whl
;
do
for
whl
in
$wheelhouse
/
*
.whl
;
do
if
[[
"
$whl
"
==
*
macosx_
${
py_osx_ver
}
_x86_64.whl
]]
;
then
if
[[
"
$whl
"
==
*
macosx_
${
py_osx_ver
}
_x86_64.whl
]]
;
then
...
...
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