From 94f047a585c865f55bc396c0e98f107932f46977 Mon Sep 17 00:00:00 2001 From: sagitter Date: Sun, 13 Aug 2017 19:07:31 +0200 Subject: [PATCH] Option for Fedora < 25 definitively removed --- petsc.spec | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/petsc.spec b/petsc.spec index 0b1c58f..7d6bc35 100644 --- a/petsc.spec +++ b/petsc.spec @@ -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 - 3.7.6-8 +- Option for Fedora < 25 definitively removed + * Sun Aug 13 2017 Antonio Trande - 3.7.6-7 - Superlu_dist needs parmetis - Use MPI variables