Fix build on MIPS

This commit is contained in:
Michal Toman 2016-03-30 18:36:08 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 35a4b6aec2
commit 3053280917
1 changed files with 6 additions and 3 deletions

View File

@ -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 <mtoman@fedoraproject.org> - 3.2-6
- Fix build on MIPS
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild