From d5f12e3cd6cb56be3c99c8b3e0b8448d5a3165b2 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Wed, 29 Jul 2015 17:01:29 +0200 Subject: [PATCH] mpich is available on ppc64 now --- netcdf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/netcdf.spec b/netcdf.spec index 8bcbcf5..4350d81 100644 --- a/netcdf.spec +++ b/netcdf.spec @@ -1,6 +1,6 @@ Name: netcdf Version: 4.3.3.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Libraries for the Unidata network Common Data Form Group: Applications/Engineering @@ -35,7 +35,7 @@ Requires: hdf5%{?_isa} = %{_hdf5_version} %global with_mpich 1 %global with_openmpi 1 -%if 0%{?rhel} <= 6 +%if 0%{?rhel} && 0%{?rhel} <= 6 || 0%{?fedora} && 0%{?fedora} < 20 %ifarch ppc64 # No mpich on ppc64 in EL6 %global with_mpich 0 @@ -342,6 +342,9 @@ done %changelog +* Wed Jul 29 2015 Karsten Hopp 4.3.3.1-4 +- mpich is available on ppc64 now + * Wed Jun 17 2015 Fedora Release Engineering - 4.3.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild