[MUMPS] Conform MUMPS packaging to MPI Guidelines (bz#986708)

Antonio Trande sagitter at fedoraproject.org
Sun Jul 28 16:50:20 UTC 2013


commit fc306f50a3ac9a2a2ada76b689a2e31bee28b8ac
Author: sagitter <sagitter at fedoraproject.org>
Date:   Sun Jul 28 18:50:02 2013 +0200

    Conform MUMPS packaging to MPI Guidelines (bz#986708)

 MUMPS.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/MUMPS.spec b/MUMPS.spec
index cec45fb..f6a566b 100644
--- a/MUMPS.spec
+++ b/MUMPS.spec
@@ -24,15 +24,16 @@ Patch0: %{name}-examples-mpilibs.patch
 Patch1: %{name}-shared-pord.patch
 Patch2: %{name}-shared.patch
 
-BuildRequires: gcc-gfortran, blas-devel, lapack-devel
-BuildRequires: scalapack-openmpi-devel
-
 %if 0%{?fedora} >= 20
 BuildRequires: openmpi-devel >= 1.7.2
 BuildRequires: blacs-openmpi-devel >= 1.1-50
+BuildRequires: gcc-gfortran, blas-devel, lapack-devel
+BuildRequires: scalapack-openmpi-devel
 %else 
 BuildRequires: openmpi-devel < 1.7.2
 BuildRequires: blacs-openmpi-devel < 1.1-50
+BuildRequires: gcc-gfortran, blas-devel, lapack-devel
+BuildRequires: scalapack-openmpi-devel
 %endif
 
 BuildRequires: openssh-clients
@@ -274,7 +275,7 @@ install -cpm 644 ChangeLog LICENSE README $RPM_BUILD_ROOT%{_defaultdocdir}/%{nam
 %{_libexecdir}/%{name}-%{version}/examples/
 
 %changelog
-* Fri Jul 27 2013 Antonio Trande <sagitter at fedoraproject.org> - 4.10.0-11
+* Sat Jul 27 2013 Antonio Trande <sagitter at fedoraproject.org> - 4.10.0-11
 - Added new macros for 'openmpi' destination directories
 - Done some package modifications according to MPI guidelines
 - This .spec file now produces '-openmpi', '-openmpi-devel', '-common' packages


More information about the scm-commits mailing list