From d9131885fd9018a51784299a4aad77c22484bb5a Mon Sep 17 00:00:00 2001 From: cherry530 <707078654@qq.com> Date: Tue, 9 Jan 2024 17:33:01 +0800 Subject: [PATCH] fix build error Signed-off-by: cherry530 <707078654@qq.com> --- openmpi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openmpi.spec b/openmpi.spec index ece2020..b8697eb 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -1,6 +1,6 @@ Name: openmpi Version: 4.1.5 -Release: 2 +Release: 3 Summary: Open Source High Performance Computing License: BSD-3-Clause URL: http://www.open-mpi.org/ @@ -16,7 +16,7 @@ Patch1001: 0001-add-loongarch64-support-for-openmpi.patch BuildRequires: gcc-c++, gcc-gfortran BuildRequires: valgrind-devel, hwloc-devel, java-devel, libfabric-devel, papi-devel BuildRequires: libibverbs-devel >= 1.1.3, opensm-devel > 3.3.0 -BuildRequires: librdmacm-devel, rdma-core-devel, pmix-devel +BuildRequires: librdmacm librdmacm-devel, rdma-core-devel, pmix-devel BuildRequires: hwloc-gui chrpath BuildRequires: perl-generators, perl(Getopt::Long) BuildRequires: python3-devel libevent-devel @@ -224,6 +224,9 @@ make check %{_mandir}/%{name_all}/man*/* %changelog +* Wed Jan 10 2024 xu_ping<707078654@qq.com> - 4.1.5-3 +- fix build error due to rdma-core separate some packages. + * Thu Jul 20 2023 Wenlong Zhang - 4.1.5-2 - fix build error that automake can not be found -- Gitee