diff --git a/openmpi.spec b/openmpi.spec index 99abd0d..eb7cf2d 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -33,11 +33,15 @@ %endif # Run autogen - needed for some patches +%ifnarch riscv64 %bcond_with autogen +%else +%bcond_without autogen +%endif Name: openmpi%{?_cc_name_suffix} Version: 4.1.4 -Release: 8.0.riscv64%{?dist} +Release: 8.1.riscv64%{?dist} Summary: Open Message Passing Interface License: BSD and MIT and Romio URL: http://www.open-mpi.org/ @@ -394,6 +398,9 @@ make check %changelog +* Thu Mar 23 2023 David Abdurachmanov - 4.1.4-8.1.riscv64 +- Enable autogen for riscv64 + * Thu Mar 23 2023 David Abdurachmanov - 4.1.4-8.0.riscv64 - Add initial support for riscv64 - Properly check valgrind arches