Fix build on MIPS
This commit is contained in:
parent
35a4b6aec2
commit
3053280917
@ -1,7 +1,7 @@
|
|||||||
Summary: A high-performance implementation of MPI
|
Summary: A high-performance implementation of MPI
|
||||||
Name: mpich
|
Name: mpich
|
||||||
Version: 3.2
|
Version: 3.2
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://www.mpich.org/
|
URL: http://www.mpich.org/
|
||||||
@ -18,7 +18,7 @@ Patch4: 0001-hydra-improve-localhost-detection.patch
|
|||||||
|
|
||||||
BuildRequires: gcc-gfortran
|
BuildRequires: gcc-gfortran
|
||||||
BuildRequires: hwloc-devel >= 1.8
|
BuildRequires: hwloc-devel >= 1.8
|
||||||
%ifnarch s390
|
%ifnarch s390 %{mips}
|
||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
%endif
|
%endif
|
||||||
# For python[23]_sitearch
|
# For python[23]_sitearch
|
||||||
@ -105,7 +105,7 @@ Contains documentations, examples and man-pages for mpich
|
|||||||
%global m_option -m%{__isa_bits}
|
%global m_option -m%{__isa_bits}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch %{arm} aarch64
|
%ifarch %{arm} aarch64 %{mips}
|
||||||
%global m_option ""
|
%global m_option ""
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -238,6 +238,9 @@ make check VERBOSE=1
|
|||||||
%{_datadir}/%{name}/doc/
|
%{_datadir}/%{name}/doc/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user