Enable pythran on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
7b11e1ad52
commit
10646f27c3
@ -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 <davidlt@rivosinc.com> - 1.8.1-6.1.riscv64
|
||||
- Enable pythran on riscv64
|
||||
|
||||
* Thu Sep 22 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1.8.1-6.0.riscv64
|
||||
- Rebuild for Python 3.11
|
||||
- Disable pythran on riscv64
|
||||
|
Loading…
Reference in New Issue
Block a user