Use nemesis channel on all platforms

This commit is contained in:
Orion Poplawski 2016-01-20 20:41:10 -07:00
parent c027d11b82
commit 2ec2dd45ff

View File

@ -1,7 +1,7 @@
Summary: A high-performance implementation of MPI
Name: mpich
Version: 3.2
Release: 2%{?dist}
Release: 3%{?dist}
License: MIT
Group: Development/Libraries
URL: http://www.mpich.org/
@ -108,11 +108,7 @@ Contains documentations, examples and man-pages for mpich
%global m_option ""
%endif
%ifarch %{ix86} x86_64
%global selected_channels ch3:nemesis
%else
%global selected_channels ch3:sock
%endif
%ifarch %{ix86} x86_64 s390 %{arm} aarch64
%global XFLAGS -fPIC
@ -241,6 +237,9 @@ make check VERBOSE=1
%{_datadir}/%{name}/doc/
%changelog
* Wed Jan 20 2016 Orion Poplawski <orion@cora.nwra.com> - 3.2-3
- Use nemesis channel on all platforms
* Wed Dec 9 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.2-2
- Soften version check (#1289779)