Compare commits

...

5 Commits

Author SHA1 Message Date
David Abdurachmanov daeff83087
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2020-06-06 08:31:14 +03:00
David Abdurachmanov d56ca81345
Disable test_float on riscv64
See: https://github.com/numpy/numpy/issues/8213

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-12-23 08:03:49 +02:00
David Abdurachmanov 3f94922b43
Remove obsolete patch
Upstreamed.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-12-23 07:55:21 +02:00
David Abdurachmanov 5a744c0697
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-12-23 07:54:16 +02:00
David Abdurachmanov 43621b4a62
Add support for RISC-V (riscv64)
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-06-24 13:32:28 +02:00
1 changed files with 10 additions and 1 deletions

View File

@ -12,7 +12,7 @@
Name: numpy
Version: 1.19.0
Release: 0.rc2%{?dist}
Release: 0.rc2.0.riscv64%{?dist}
Epoch: 1
Summary: A fast multidimensional array facility for Python
@ -155,9 +155,15 @@ ln -s %{python3_sitearch}/%{name}/core/include/numpy/ %{buildroot}%{_includedir}
%check
%if %{with tests}
%ifarch ppc64le riscv64
%ifarch ppc64le
# https://github.com/numpy/numpy/issues/14357
python3 runtests.py -- -k 'not test_einsum_sums_cfloat64'
%endif
%ifarch riscv64
# https://github.com/numpy/numpy/issues/8213
python3 runtests.py -- -k 'not test_float'
%endif
%else
python3 runtests.py
%endif
@ -200,6 +206,9 @@ python3 runtests.py
%changelog
* Sat Jun 06 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 1:1.19.0-0.rc2.0.riscv64
- Disable test_float test on riscv64
* Mon Jun 01 2020 Gwyn Ciesla <gwync@protonmail.com> - 1:1.19.0-0.rc2
- 1.9.0 rc2