From 3f7c9a8456f6c221699e29cb9c3cb18727c68bc4 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 10 May 2018 13:23:19 -0700 Subject: [PATCH] Build with rdma-core-devel instead of libibcm-devel --- openmpi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openmpi.spec b/openmpi.spec index 9e1a3a4..78b72c5 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -21,7 +21,7 @@ Name: openmpi%{?_cc_name_suffix} Version: 2.1.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Open Message Passing Interface Group: Development/Libraries License: BSD and MIT and Romio @@ -45,7 +45,7 @@ BuildRequires: valgrind-devel %endif %ifnarch s390 s390x %{arm} BuildRequires: libibverbs-devel >= 1.1.3, opensm-devel > 3.3.0 -BuildRequires: librdmacm-devel libibcm-devel +BuildRequires: librdmacm-devel rdma-core-devel %endif # Doesn't compile: # vt_dyn.cc:958:28: error: 'class BPatch_basicBlockLoop' has no member named 'getLoopHead' @@ -315,6 +315,9 @@ make check %changelog +* Thu May 10 2018 Troy Dawson - 2.1.1-11 +- Build with rdma-core-devel instead of libibcm-devel + * Mon Apr 30 2018 Florian Weimer - 2.1.1-10 - Rebuild with new flags from redhat-rpm-config