diff --git a/mpich.spec b/mpich.spec index a7969f2..90cdbfa 100644 --- a/mpich.spec +++ b/mpich.spec @@ -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 - 3.2-3 +- Use nemesis channel on all platforms + * Wed Dec 9 2015 Zbigniew Jędrzejewski-Szmek - 3.2-2 - Soften version check (#1289779)