Try building on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
61e82ac00a
commit
2546c22056
@ -11,7 +11,7 @@ Version: %{basever}.%{micro}%{?pre:~%{pre}}
|
|||||||
# This potentially allows tags like Obsoletes: pypy3 < %%{version}-%%{release}.
|
# This potentially allows tags like Obsoletes: pypy3 < %%{version}-%%{release}.
|
||||||
# https://bugzilla.redhat.com/2053880
|
# https://bugzilla.redhat.com/2053880
|
||||||
%global baserelease 1
|
%global baserelease 1
|
||||||
Release: %{baserelease}.%{pyversion}%{?dist}
|
Release: %{baserelease}.%{pyversion}.0.riscv64%{?dist}
|
||||||
Summary: Python %{pyversion} implementation with a Just-In-Time compiler
|
Summary: Python %{pyversion} implementation with a Just-In-Time compiler
|
||||||
|
|
||||||
# PyPy is MIT
|
# PyPy is MIT
|
||||||
@ -60,10 +60,10 @@ ExcludeArch: %{ix86}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Should we build the emacs JIT-viewing mode?
|
# Should we build the emacs JIT-viewing mode?
|
||||||
%bcond_without emacs
|
%bcond_with emacs
|
||||||
|
|
||||||
# Easy way to turn off the selftests:
|
# Easy way to turn off the selftests:
|
||||||
%bcond_without selftests
|
%bcond_with selftests
|
||||||
|
|
||||||
# We refer to this subdir of the source tree in a few places during the build:
|
# We refer to this subdir of the source tree in a few places during the build:
|
||||||
%global goal_dir pypy/goal
|
%global goal_dir pypy/goal
|
||||||
@ -122,7 +122,7 @@ Patch9: 009-add-libxcrypt-support.patch
|
|||||||
# and avoid a cycle in the build-time dependency graph:
|
# and avoid a cycle in the build-time dependency graph:
|
||||||
# Note, pypy3 is built with pypy2, so no dependency cycle
|
# Note, pypy3 is built with pypy2, so no dependency cycle
|
||||||
|
|
||||||
%bcond_without build_using_pypy2
|
%bcond_with build_using_pypy2
|
||||||
%if %{with build_using_pypy2}
|
%if %{with build_using_pypy2}
|
||||||
BuildRequires: pypy2
|
BuildRequires: pypy2
|
||||||
%global bootstrap_python_interp pypy2
|
%global bootstrap_python_interp pypy2
|
||||||
@ -831,6 +831,9 @@ CheckPyPy pypy%{pyversion}-c
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 14 2023 David Abdurachmanov <davidlt@rivosinc.com> - 7.3.13-1.3.10.0.riscv64
|
||||||
|
- Try building for riscv64
|
||||||
|
|
||||||
* Tue Oct 03 2023 Miro Hrončok <mhroncok@redhat.com> - 7.3.13-1.3.10
|
* Tue Oct 03 2023 Miro Hrončok <mhroncok@redhat.com> - 7.3.13-1.3.10
|
||||||
- Update to 7.3.13
|
- Update to 7.3.13
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user