From 2ec2dd45ff14a3bd7ff9108d74bf1ff269730116 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 20 Jan 2016 20:41:10 -0700 Subject: [PATCH] Use nemesis channel on all platforms --- mpich.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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)