!51 Add ppc64le support

From: @peng_zou 
Reviewed-by: @wk333 
Signed-off-by: @wk333
This commit is contained in:
openeuler-ci-bot 2024-02-01 03:21:18 +00:00 committed by Gitee
commit d3b7437077
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: openmpi
Version: 4.1.4
Release: 3
Release: 4
Summary: Open Source High Performance Computing
License: BSD-3-Clause
URL: http://www.open-mpi.org/
@ -36,6 +36,8 @@ community in order to build the best MPI library available.
%ifarch aarch64
%global name_all openmpi-aarch64
%elifarch ppc64le
%global name_all openmpi-ppc64le
%else
%global name_all openmpi-x86_64
%endif
@ -211,6 +213,9 @@ make check
%{_mandir}/%{name_all}/man*/*
%changelog
* Thu Feb 1 2024 peng.zou <peng.zou@shingroup.cn> - 4.1.4-4
- Add ppc64le support
* Wed Aug 16 2023 wulei <wu_lei@hoperun.com> - 4.1.4-3
- Modify the /usr/lib64/openmpi/bin path to /usr/bin