Enable tests

This commit is contained in:
Antonio Trande 2023-06-15 18:29:21 +02:00
parent 71eb6ea381
commit db64e30e8a

View File

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