Also build on arm and s390*

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2016-11-12 06:51:54 -05:00
parent 37fe95796c
commit ad0d37c683

View File

@ -1,6 +1,6 @@
Name: pypy3 Name: pypy3
Version: 5.5.0 Version: 5.5.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Python 3 implementation with a Just-In-Time compiler Summary: Python 3 implementation with a Just-In-Time compiler
# LGPL and another free license we'd need to ask spot about are present in some # LGPL and another free license we'd need to ask spot about are present in some
@ -11,7 +11,7 @@ License: MIT and Python and UCD
URL: http://pypy.org/ URL: http://pypy.org/
# Not available yet # Not available yet
ExcludeArch: aarch64 armv7hl s390 s390x ExcludeArch: aarch64
# High-level configuration of the build: # High-level configuration of the build:
@ -311,7 +311,10 @@ find lib-python/%{pylibver} -name "*.py" -exec \
"{}" \ "{}" \
\; \;
sed -i -r 's/\$\(LDFLAGSEXTRA\)/& -fuse-ld=gold/' ./rpython/translator/platform/posix.py
%build %build
# Top memory usage is about 4.5GB on arm7hf
free free
BuildPyPy() { BuildPyPy() {
@ -829,6 +832,9 @@ CheckPyPy pypy3-stackless
%changelog %changelog
* Sat Nov 12 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.5.0-2
- Also build on arm and s390*
* Sat Oct 15 2016 Miro Hrončok <mhroncok@redhat.com> - 5.5.0-1 * Sat Oct 15 2016 Miro Hrončok <mhroncok@redhat.com> - 5.5.0-1
- PyPy 3.3 5.5.0 - PyPy 3.3 5.5.0
- On Fedora 26+, BR compat-openssl10-devel - On Fedora 26+, BR compat-openssl10-devel