From c04520b2635021e0a61417e28b3b0d2695c24558 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Thu, 20 Jul 2023 19:19:55 +0800 Subject: [PATCH] Increase the applicability of the spec --- openmpi.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/openmpi.spec b/openmpi.spec index 6b80ec1..3b49408 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -1,6 +1,6 @@ Name: openmpi Version: 2.1.1 -Release: 24 +Release: 25 Summary: Open Source High Performance Computing License: BSD and MIT and Romio URL: http://www.open-mpi.org/ @@ -43,12 +43,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 -%else -%global name_all openmpi-x86_64 -%endif -#%global namearch openmpi-%{_arch} +%global name_all openmpi-%{_arch} %package devel Summary: Development files for openmpi @@ -230,6 +225,9 @@ make check %{_mandir}/%{name_all}/man*/* %changelog +* Thu Jul 20 2023 Wenlong Zhang - 2.1.1-25 +- Increase the applicability of the spec + * Thu Jul 20 2023 Wenlong Zhang - 2.1.1-24 - fix build error that automake can not be found -- Gitee