From 10646f27c361d044afa75b0b48b68d564643474e Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sun, 2 Oct 2022 09:59:46 +0300 Subject: [PATCH] Enable pythran on riscv64 Signed-off-by: David Abdurachmanov --- scipy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scipy.spec b/scipy.spec index 4f98650..4d10123 100644 --- a/scipy.spec +++ b/scipy.spec @@ -4,7 +4,7 @@ # Pythran is an optional build dependency. # When used, it makes some modules faster, # but it is usually not available soon enough for new major Python versions. -%ifarch i686 || armv7hl || riscv64 +%ifarch i686 || armv7hl # It seems pythran is broken on 32-bit arches, disable it %bcond_with pythran %else @@ -25,7 +25,7 @@ Summary: Scientific Tools for Python Name: scipy Version: 1.8.1 -Release: 6.0.riscv64%{?dist} +Release: 6.1.riscv64%{?dist} # BSD -- whole package except: # Boost -- scipy/special/cephes/scipy_iv.c @@ -223,6 +223,9 @@ popd %endif %changelog +* Sun Oct 02 2022 David Abdurachmanov - 1.8.1-6.1.riscv64 +- Enable pythran on riscv64 + * Thu Sep 22 2022 David Abdurachmanov - 1.8.1-6.0.riscv64 - Rebuild for Python 3.11 - Disable pythran on riscv64