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
63c1418e
Unverified
Commit
63c1418e
authored
Feb 06, 2021
by
Andrew Murray
Committed by
GitHub
Feb 06, 2021
Browse files
Merge pull request #374 from mattip/pypy733
Update latest PyPy version
parents
bfc6d8b8
3794ff52
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
common_utils.sh
common_utils.sh
+2
-2
tests/test_python_install.sh
tests/test_python_install.sh
+5
-1
No files found.
common_utils.sh
View file @
63c1418e
...
@@ -409,7 +409,7 @@ function fill_submodule {
...
@@ -409,7 +409,7 @@ function fill_submodule {
(cd "
$repo_dir
" && git remote set-url origin
$origin_url
)
(cd "
$repo_dir
" && git remote set-url origin
$origin_url
)
}
}
#
As of 2020-04-14, t
he latest versions of PyPy.
#
T
he latest versions of PyPy.
LATEST_PP_5p0=5.0.1
LATEST_PP_5p0=5.0.1
LATEST_PP_5p1=5.1.1
LATEST_PP_5p1=5.1.1
LATEST_PP_5p3=5.3.1
LATEST_PP_5p3=5.3.1
...
@@ -426,7 +426,7 @@ LATEST_PP_6=$LATEST_PP_6p0
...
@@ -426,7 +426,7 @@ LATEST_PP_6=$LATEST_PP_6p0
LATEST_PP_7p0=7.0.0
LATEST_PP_7p0=7.0.0
LATEST_PP_7p1=7.1.1
LATEST_PP_7p1=7.1.1
LATEST_PP_7p2=7.2.0
LATEST_PP_7p2=7.2.0
LATEST_PP_7p3=7.3.
1
LATEST_PP_7p3=7.3.
3
LATEST_PP_7=
$LATEST_PP_7p3
LATEST_PP_7=
$LATEST_PP_7p3
function unroll_version {
function unroll_version {
...
...
tests/test_python_install.sh
View file @
63c1418e
...
@@ -57,7 +57,11 @@ else # not virtualenv
...
@@ -57,7 +57,11 @@ else # not virtualenv
bin_name
=
"python
$python_mm
"
bin_name
=
"python
$python_mm
"
else
# pypy
else
# pypy
macpie_bin
=
"
$PWD
/pypy
$python_mm
-v
$implementer_version
-osx64/bin"
macpie_bin
=
"
$PWD
/pypy
$python_mm
-v
$implementer_version
-osx64/bin"
bin_name
=
"pypy"
if
[
"
$(
lex_ver
$implementer_version
)
"
-ge
"
$(
lex_ver 7.3.2
)
"
]
;
then
bin_name
=
"pypy3"
else
bin_name
=
"pypy"
fi
fi
fi
if
[
"
$PYTHON_EXE
"
!=
"
$macpie_bin
/
$bin_name
"
]
;
then
if
[
"
$PYTHON_EXE
"
!=
"
$macpie_bin
/
$bin_name
"
]
;
then
ingest
"Wrong macpython python cmd '
$PYTHON_EXE
'"
ingest
"Wrong macpython python cmd '
$PYTHON_EXE
'"
...
...
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