From 231a5c70aacaf86c640112129caa2c1aec6007e1 Mon Sep 17 00:00:00 2001 From: "peng.zou" Date: Tue, 12 Dec 2023 17:38:36 +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 ece2020..006b325 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -1,6 +1,6 @@ Name: openmpi Version: 4.1.5 -Release: 2 +Release: 3 Summary: Open Source High Performance Computing License: BSD-3-Clause 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 %elifarch riscv64 %global name_all openmpi-riscv64 +%elifarch ppc64le +%global name_all openmpi-ppc64le %else %global name_all openmpi-x86_64 %endif @@ -224,6 +226,9 @@ make check %{_mandir}/%{name_all}/man*/* %changelog +* Tue Dec 12 2023 peng.zou - 4.1.5-3 +- Add ppc64le support + * Thu Jul 20 2023 Wenlong Zhang - 4.1.5-2 - fix build error that automake can not be found -- Gitee