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