diff --git a/openmpi.spec b/openmpi.spec index 6b80ec1cdd711b295100349dc149ebd6bb1ec654..3b494080067fdce4527983ef0905aac0547c3300 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