[netcdf-fortran] Enable mpich on ppc64 on EL7

Orion Poplawski orion at fedoraproject.org
Fri Feb 7 05:17:52 UTC 2014


commit bef73b1457b8569bc49b5717dca33a860492fde2
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Thu Feb 6 22:18:24 2014 -0700

    Enable mpich on ppc64 on EL7

 netcdf-fortran.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/netcdf-fortran.spec b/netcdf-fortran.spec
index 108b3ea..ab1a1dd 100644
--- a/netcdf-fortran.spec
+++ b/netcdf-fortran.spec
@@ -21,9 +21,9 @@ BuildRequires:  openssh-clients
 
 %global with_mpich 1
 %global with_openmpi 1
-%if 0%{?rhel}
+%if 0%{?rhel} <= 6
 %ifarch ppc64
-# No mpich2 on ppc64 in EL
+# No mpich on ppc64 in EL6
 %global with_mpich 0
 %endif
 %endif


More information about the scm-commits mailing list