Enable tests

Numpy is now rebuilt.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2020-06-06 19:46:11 +03:00
parent d7c458425b
commit a577aa1dac
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -1,12 +1,12 @@
%global srcname Cython %global srcname Cython
%global upname cython %global upname cython
%bcond_with tests %bcond_without tests
Name: Cython Name: Cython
Version: 0.29.19 Version: 0.29.19
%global upver %{version_no_tilde %{nil}} %global upver %{version_no_tilde %{nil}}
Release: 1%{?dist} Release: 1.1.riscv64%{?dist}
Summary: Language for writing Python extension modules Summary: Language for writing Python extension modules
License: ASL 2.0 License: ASL 2.0
@ -118,6 +118,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir
%{_emacs_sitestartdir}/cython*.el* %{_emacs_sitestartdir}/cython*.el*
%changelog %changelog
* Sat Jun 06 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 0.29.19-1.1.riscv64
- Enable tests
* Sat Jun 06 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 0.29.19-1.0.riscv64 * Sat Jun 06 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 0.29.19-1.0.riscv64
- Disable tests (break cyclic dependency on numpy) - Disable tests (break cyclic dependency on numpy)