From 305328091794f7a560939af337e0cceae1135b97 Mon Sep 17 00:00:00 2001 From: Michal Toman Date: Wed, 30 Mar 2016 18:36:08 +0200 Subject: [PATCH] Fix build on MIPS --- mpich.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mpich.spec b/mpich.spec index de88b15..2b0fea2 100644 --- a/mpich.spec +++ b/mpich.spec @@ -1,7 +1,7 @@ Summary: A high-performance implementation of MPI Name: mpich Version: 3.2 -Release: 5%{?dist} +Release: 6%{?dist} License: MIT Group: Development/Libraries URL: http://www.mpich.org/ @@ -18,7 +18,7 @@ Patch4: 0001-hydra-improve-localhost-detection.patch BuildRequires: gcc-gfortran BuildRequires: hwloc-devel >= 1.8 -%ifnarch s390 +%ifnarch s390 %{mips} BuildRequires: valgrind-devel %endif # For python[23]_sitearch @@ -105,7 +105,7 @@ Contains documentations, examples and man-pages for mpich %global m_option -m%{__isa_bits} %endif -%ifarch %{arm} aarch64 +%ifarch %{arm} aarch64 %{mips} %global m_option "" %endif @@ -238,6 +238,9 @@ make check VERBOSE=1 %{_datadir}/%{name}/doc/ %changelog +* Wed Mar 30 2016 Michal Toman - 3.2-6 +- Fix build on MIPS + * Thu Feb 04 2016 Fedora Release Engineering - 3.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild