Re-enable all builds (rhbz#2005791)

This commit is contained in:
Antonio Trande 2021-09-20 11:47:42 +02:00
parent e4aecf6a4d
commit fe126458ea

View File

@ -3,7 +3,7 @@
#
# Python binding and its testing
%bcond_with python
%bcond_without python
%ifnarch %{power64} %{arm}
%bcond_without pycheck
%endif
@ -19,11 +19,11 @@
%{?el7:%global _pkgdocdir %{_docdir}/%{name}}
#
%bcond_with mpich
%bcond_without mpich
%bcond_without openmpi
%if %{?__isa_bits:%{__isa_bits}}%{!?__isa_bits:32} == 64
%bcond_with arch64
%bcond_without arch64
%else
%bcond_with arch64
%endif
@ -278,7 +278,7 @@
Name: petsc
Summary: Portable Extensible Toolkit for Scientific Computation
Version: %{releasever}.4
Release: 2%{?dist}
Release: 3%{?dist}
License: BSD
URL: https://petsc.org/
Source0: https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-with-docs-%{version}.tar.gz
@ -1171,6 +1171,9 @@ xvfb-run -a make MAKE_NP=$RPM_BUILD_NCPUS all test -C build64 V=1 MPIEXEC='%{_bu
%endif
%changelog
* Mon Sep 20 2021 Antonio Trande <sagitter@fedoraproject.org> - 3.15.4-3
- Re-enable all builds (rhbz#2005791)
* Sun Sep 12 2021 Antonio Trande <sagitter@fedoraproject.org> - 3.15.4-2
- Set MAKE_NP option for testing
- Remove DATAFILESPATH options