Try building on riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-11-14 15:15:05 +02:00
parent 61e82ac00a
commit 2546c22056
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 7 additions and 4 deletions

View File

@ -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 <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
- Update to 7.3.13