Enable mpich on ppc64 for rhel7

This commit is contained in:
Orion Poplawski 2014-02-06 19:13:10 -07:00
parent 40b80f66a0
commit 28d1aaf2c7
1 changed files with 2 additions and 2 deletions

View File

@ -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