diff --git a/openmpi.spec b/openmpi.spec index 99a776e79befd61ecd32dc9290cbf7ecf90fad41..f8b9b8f4be028b9a512575564c1048faf00a868a 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -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 - 4.1.4-4 +- Add ppc64le support + * Wed Aug 16 2023 wulei - 4.1.4-3 - Modify the /usr/lib64/openmpi/bin path to /usr/bin