From 403700027185c3538c05fc3c3b47cef945ade7f5 Mon Sep 17 00:00:00 2001 From: "peng.zou" Date: Thu, 1 Feb 2024 10:57:12 +0800 Subject: [PATCH] Add ppc64le support --- openmpi.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openmpi.spec b/openmpi.spec index 99a776e..f8b9b8f 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 -- Gitee