From 2546c22056d9e184fc909c7065f1d311c4ef3fcd Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 14 Nov 2023 15:15:05 +0200 Subject: [PATCH] Try building on riscv64 Signed-off-by: David Abdurachmanov --- pypy3.10.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pypy3.10.spec b/pypy3.10.spec index f087632..51735ca 100644 --- a/pypy3.10.spec +++ b/pypy3.10.spec @@ -11,7 +11,7 @@ Version: %{basever}.%{micro}%{?pre:~%{pre}} # This potentially allows tags like Obsoletes: pypy3 < %%{version}-%%{release}. # https://bugzilla.redhat.com/2053880 %global baserelease 1 -Release: %{baserelease}.%{pyversion}%{?dist} +Release: %{baserelease}.%{pyversion}.0.riscv64%{?dist} Summary: Python %{pyversion} implementation with a Just-In-Time compiler # PyPy is MIT @@ -60,10 +60,10 @@ ExcludeArch: %{ix86} %endif # Should we build the emacs JIT-viewing mode? -%bcond_without emacs +%bcond_with emacs # 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: %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: # 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} BuildRequires: pypy2 %global bootstrap_python_interp pypy2 @@ -831,6 +831,9 @@ CheckPyPy pypy%{pyversion}-c %changelog +* Tue Nov 14 2023 David Abdurachmanov - 7.3.13-1.3.10.0.riscv64 +- Try building for riscv64 + * Tue Oct 03 2023 Miro HronĨok - 7.3.13-1.3.10 - Update to 7.3.13