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