From 28d1aaf2c711ef2faf8b507fc50c14d7714c38de Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 6 Feb 2014 19:13:10 -0700 Subject: [PATCH] Enable mpich on ppc64 for rhel7 --- netcdf.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netcdf.spec b/netcdf.spec index 00b1c77..8065cde 100644 --- a/netcdf.spec +++ b/netcdf.spec @@ -31,9 +31,9 @@ Requires: hdf5 = %{_hdf5_version} %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