From b97b2de4d656bcf8622dd62aa39d35e8f82d7dce Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 8 Dec 2023 08:42:02 +0200 Subject: [PATCH] Disable llvmlite for riscv64 Signed-off-by: David Abdurachmanov --- sympy.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sympy.spec b/sympy.spec index 638d570..900fdfa 100644 --- a/sympy.spec +++ b/sympy.spec @@ -7,7 +7,7 @@ Name: sympy Version: 1.12 -Release: 3%{?dist} +Release: 3.0.riscv64%{?dist} Summary: A Python library for symbolic mathematics # The project as a whole is BSD-3-Clause. @@ -38,7 +38,9 @@ BuildRequires: gcc-gfortran BuildRequires: python3-devel BuildRequires: %{py3_dist cython} BuildRequires: %{py3_dist gmpy2} +%ifnarch riscv64 BuildRequires: %{py3_dist llvmlite} +%endif BuildRequires: %{py3_dist matplotlib} BuildRequires: %{py3_dist matplotlib-inline} BuildRequires: %{py3_dist myst-parser} @@ -243,6 +245,9 @@ fi %{_docdir}/%{name}-doc/html %changelog +* Fri Dec 08 2023 David Abdurachmanov - 1.12-3.0.riscv64 +- Disable llvmlite for riscv64 + * Thu Nov 30 2023 Jerry James - 1.12-3 - Fix incompatible pointer types for GCC 14 compatibility