From 43d88105ad2dd10d7087d9b1484885cc4768db62 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Thu, 20 Jul 2023 10:58:53 +0800 Subject: [PATCH] fix build error that automake can not be found --- openmpi.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/openmpi.spec b/openmpi.spec index 13dc4d5..6b80ec1 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -1,6 +1,6 @@ Name: openmpi Version: 2.1.1 -Release: 23 +Release: 24 Summary: Open Source High Performance Computing License: BSD and MIT and Romio URL: http://www.open-mpi.org/ @@ -25,6 +25,9 @@ BuildRequires: python3-devel %ifarch x86_64 BuildRequires: infinipath-psm-devel, libpsm2-devel zlib-devel %endif +%ifarch loongarch64 +BuildRequires: automake +%endif Provides: mpi, %{name}-java Requires: environment(modules), openssh-clients @@ -227,6 +230,9 @@ make check %{_mandir}/%{name_all}/man*/* %changelog +* Thu Jul 20 2023 Wenlong Zhang - 2.1.1-24 +- fix build error that automake can not be found + * Wed May 31 2023 huajingyun - 2.1.1-23 - Add loongarch64 support -- Gitee