Add ppc64le support

This commit is contained in:
peng.zou 2024-02-01 10:57:12 +08:00
parent c8fe356692
commit 4037000271

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