From 4c0b9cb3bde21b218325c768a586566d10c4fd1e Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Thu, 20 Jul 2023 19:18:52 +0800 Subject: [PATCH] Increase the applicability of the spec --- openmpi.spec | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/openmpi.spec b/openmpi.spec index ece2020..fe910b2 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/ @@ -42,14 +42,7 @@ therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available. -%ifarch aarch64 -%global name_all openmpi-aarch64 -%elifarch riscv64 -%global name_all openmpi-riscv64 -%else -%global name_all openmpi-x86_64 -%endif -#%global namearch openmpi-%{_arch} +%global name_all openmpi-%{_arch} %package devel Summary: Development files for openmpi @@ -224,6 +217,9 @@ make check %{_mandir}/%{name_all}/man*/* %changelog +* Thu Jul 20 2023 Wenlong Zhang - 4.1.5-3 +- Increase the applicability of the spec + * Thu Jul 20 2023 Wenlong Zhang - 4.1.5-2 - fix build error that automake can not be found -- Gitee