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
738ba76c
Commit
738ba76c
authored
Feb 18, 2019
by
Andrew Murray
Browse files
Updated comments to refer to macOS
parent
a17e7b1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
osx_utils.sh
osx_utils.sh
+6
-6
No files found.
osx_utils.sh
View file @
738ba76c
...
...
@@ -118,11 +118,11 @@ function pyinst_ext_for_version {
function
pyinst_fname_for_version
{
# echo filename for OSX installer file given Python and minimum
# mac
osx
versions
# mac
OS
versions
# Parameters
# $py_version (python version in major.minor.extra format)
# $py_osx_ver: {major.minor | not defined}
# if defined, the mac
osx
version that python is built for, e.g.
# if defined, the mac
OS
version that python is built for, e.g.
# "10.6" or "10.9", if not defined, uses the default
# MACPYTHON_DEFAULT_OSX
# Note: this is the version the Python is built for, and hence
...
...
@@ -139,7 +139,7 @@ function mac_arch_for_pyosx_version {
# given minimum macOS are targetted for
# Parameters
# $py_osx_ver (major.minor | not defined}
# if defined, the mac
osx
version that python is built for, e.g.
# if defined, the mac
OS
version that python is built for, e.g.
# "10.6" or "10.9", if not defined, uses the default
# MACPYTHON_DEFAULT_OSX
py_osx_ver
=
${
1
:-
$MACPYTHON_DEFAULT_OSX
}
...
...
@@ -161,7 +161,7 @@ function install_macpython {
# $version : [implementation-]major[.minor[.patch]]
# The Python implementation to install, e.g. "3.6" or "pypy-5.4"
# $py_osx_ver: {major.minor | not defined}
# if defined, the mac
osx
version that cpython is built for, e.g.
# if defined, the mac
OS
version that cpython is built for, e.g.
# "10.6" or "10.9". Ignored for pypy
local
version
=
$1
local
py_osx_ver
=
$2
...
...
@@ -184,7 +184,7 @@ function install_mac_cpython {
# "3" or "3.4" or "3.4.1".
# $py_osx_ver
# {major.minor | not defined}
# if defined, the mac
osx
version that python is built for, e.g.
# if defined, the mac
OS
version that python is built for, e.g.
# "10.6" or "10.9"
# sets $PYTHON_EXE variable to python executable
local
py_version
=
$(
fill_pyver
$1
)
...
...
@@ -296,7 +296,7 @@ function get_macpython_environment {
# $version : [implementation-]major[.minor[.patch]]
# The Python implementation to install, e.g. "3.6" or "pypy-5.4"
# $py_osx_ver: {major.minor | not defined}
# if defined, the mac
osx
version that python is built for, e.g.
# if defined, the mac
OS
version that python is built for, e.g.
# "10.6" or "10.9", if not defined, uses the default MACPYTHON_DEFAULT_OSX
# $venv_dir : {directory_name|not defined}
# If defined - make virtualenv in this directory, set python / pip
...
...
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