diff --git a/openmpi.spec b/openmpi.spec index ece202089baf77983494612e9fd9a9aba05ef0ae..fe910b2f14ec576b2bc38071ebc47b80dad0e37a 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