Disable tests on riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
parent
c24355dafa
commit
3efe1efa33
@ -1,5 +1,9 @@
|
||||
%bcond_with html
|
||||
%ifnarch riscv64
|
||||
%bcond_without check
|
||||
%else
|
||||
%bcond_with check
|
||||
%endif
|
||||
# https://fedorahosted.org/fpc/ticket/381
|
||||
%bcond_without bundled_fonts
|
||||
|
||||
@ -35,7 +39,7 @@
|
||||
Name: python-matplotlib
|
||||
Version: 3.3.3
|
||||
%global Version 3.3.3
|
||||
Release: 1%{?dist}
|
||||
Release: 1.0.riscv64%{?dist}
|
||||
Summary: Python 2D plotting library
|
||||
# qt4_editor backend is MIT
|
||||
# ResizeObserver at end of lib/matplotlib/backends/web_backend/js/mpl.js is Public Domain
|
||||
@ -410,6 +414,9 @@ PYTHONDONTWRITEBYTECODE=1 \
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Dec 25 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 3.3.3-1.0.riscv64
|
||||
- Disable tests on riscv64
|
||||
|
||||
* Thu Nov 12 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.3.3-1
|
||||
- Update to latest version (#1897021)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user