fix build error

Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
cherry530 2024-01-09 17:33:01 +08:00
parent 80b2dfd757
commit d9131885fd

View File

@ -1,6 +1,6 @@
Name: openmpi Name: openmpi
Version: 4.1.5 Version: 4.1.5
Release: 2 Release: 3
Summary: Open Source High Performance Computing Summary: Open Source High Performance Computing
License: BSD-3-Clause License: BSD-3-Clause
URL: http://www.open-mpi.org/ URL: http://www.open-mpi.org/
@ -16,7 +16,7 @@ Patch1001: 0001-add-loongarch64-support-for-openmpi.patch
BuildRequires: gcc-c++, gcc-gfortran BuildRequires: gcc-c++, gcc-gfortran
BuildRequires: valgrind-devel, hwloc-devel, java-devel, libfabric-devel, papi-devel BuildRequires: valgrind-devel, hwloc-devel, java-devel, libfabric-devel, papi-devel
BuildRequires: libibverbs-devel >= 1.1.3, opensm-devel > 3.3.0 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: hwloc-gui chrpath
BuildRequires: perl-generators, perl(Getopt::Long) BuildRequires: perl-generators, perl(Getopt::Long)
BuildRequires: python3-devel libevent-devel BuildRequires: python3-devel libevent-devel
@ -224,6 +224,9 @@ make check
%{_mandir}/%{name_all}/man*/* %{_mandir}/%{name_all}/man*/*
%changelog %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<zhangwenlong@loongson.cn> - 4.1.5-2 * Thu Jul 20 2023 Wenlong Zhang<zhangwenlong@loongson.cn> - 4.1.5-2
- fix build error that automake can not be found - fix build error that automake can not be found