!50 Add ppc64le support

From: @peng_zou 
Reviewed-by: @wk333 
Signed-off-by: @wk333
This commit is contained in:
openeuler-ci-bot 2024-01-16 10:48:50 +00:00 committed by Gitee
commit 5b0ef2ca48
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: openmpi Name: openmpi
Version: 4.1.5 Version: 4.1.5
Release: 3 Release: 4
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/
@ -46,6 +46,8 @@ community in order to build the best MPI library available.
%global name_all openmpi-aarch64 %global name_all openmpi-aarch64
%elifarch riscv64 %elifarch riscv64
%global name_all openmpi-riscv64 %global name_all openmpi-riscv64
%elifarch ppc64le
%global name_all openmpi-ppc64le
%else %else
%global name_all openmpi-x86_64 %global name_all openmpi-x86_64
%endif %endif
@ -224,6 +226,9 @@ make check
%{_mandir}/%{name_all}/man*/* %{_mandir}/%{name_all}/man*/*
%changelog %changelog
* Tue Jan 16 2024 peng.zou <peng.zou@shingroup.cn> - 4.1.5-4
- Add ppc64le support
* Wed Jan 10 2024 xu_ping<707078654@qq.com> - 4.1.5-3 * Wed Jan 10 2024 xu_ping<707078654@qq.com> - 4.1.5-3
- fix build error due to rdma-core separate some packages. - fix build error due to rdma-core separate some packages.