From 393bc3be974d992f618c006a461f89ff22b38fab Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Thu, 20 Oct 2016 16:26:48 -0600 Subject: [PATCH] Enable psm/psm2 support on x86_64 (bug #1263655) --- openmpi.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/openmpi.spec b/openmpi.spec index 5c2bca8..4c77370 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -22,7 +22,7 @@ Name: openmpi%{?_cc_name_suffix} Version: 1.10.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Open Message Passing Interface Group: Development/Libraries License: BSD, MIT and Romio @@ -56,6 +56,10 @@ BuildRequires: perl(Getopt::Long) BuildRequires: python BuildRequires: python2-devel BuildRequires: python3-devel +%ifarch x86_64 +BuildRequires: infinipath-psm-devel +BuildRequires: libpsm2-devel +%endif BuildRequires: libtool-ltdl-devel BuildRequires: torque-devel BuildRequires: zlib-devel @@ -287,6 +291,9 @@ make check %changelog +* Thu Oct 20 2016 Orion Poplawski - 1.10.4-3 +- Enable psm/psm2 support on x86_64 (bug #1263655) + * Wed Oct 19 2016 Orion Poplawski - 1.10.4-2 - Enable MPI_THREAD_MULTIPLE support (bug #1369989)