Disable tests

This commit is contained in:
Antonio Trande 2023-05-24 20:12:25 +02:00
parent 68b05457ea
commit 2e4fef3c5c

View File

@ -8,13 +8,13 @@
%global _lto_cflags %{nil} %global _lto_cflags %{nil}
# Testing libpetsc ? # Testing libpetsc ?
%bcond_without check %bcond_with check
# #
# Python binding and its testing # Python binding and its testing
%bcond_without python %bcond_without python
%ifnarch %{power64} %{arm} %ifnarch %{power64} %{arm}
%bcond_without pycheck %bcond_with pycheck
%endif %endif
%global pymodule_name petsc4py %global pymodule_name petsc4py
%global pymodule_version %{version} %global pymodule_version %{version}