Option for Fedora < 25 definitively removed

This commit is contained in:
sagitter 2017-08-13 19:07:31 +02:00
parent 722a325d89
commit 94f047a585

View File

@ -33,11 +33,6 @@
%bcond_without openmpi
%endif
## blas is not available on fedora 24
%if 0%{?fedora} && 0%{?fedora} < 25
ExcludeArch: aarch64
%endif
%bcond_without blas
#
@ -90,9 +85,6 @@ ExcludeArch: aarch64
%endif
%bcond_without ptscotch
%bcond_without hypre
%global _incmpidir %{_includedir}/openmpi-%{_arch}
%global _libmpidir %{_libdir}/openmpi/lib
%endif
%if %{with mpich}
@ -107,9 +99,6 @@ ExcludeArch: aarch64
%endif
%bcond_without ptscotch
%bcond_without hypre
%global _incmpichdir %{_includedir}/mpich-%{_arch}
%global _libmpichdir %{_libdir}/mpich/lib
%endif
# 64bit-int libs not built
@ -135,7 +124,7 @@ ExcludeArch: aarch64
Name: petsc
Summary: Portable Extensible Toolkit for Scientific Computation
Version: 3.7.6
Release: 7%{?dist}
Release: 8%{?dist}
License: BSD
URL: https://www.mcs.anl.gov/petsc
Source0: http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-%{version}.tar.gz
@ -987,6 +976,9 @@ make -C buildmpich_dir test
%endif
%changelog
* Sun Aug 13 2017 Antonio Trande <sagitter@fedoraproject.org> - 3.7.6-8
- Option for Fedora < 25 definitively removed
* Sun Aug 13 2017 Antonio Trande <sagitter@fedoraproject.org> - 3.7.6-7
- Superlu_dist needs parmetis
- Use MPI variables