From e8d1e15917c61d084241c7aedbec7312311b24db Mon Sep 17 00:00:00 2001 From: shine_ <358715406@qq.com> Date: Wed, 9 Jun 2021 16:01:45 +0800 Subject: [PATCH] fix error: Aborting because C++ compiler does not work. --- mvapich2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mvapich2.spec b/mvapich2.spec index b768e6d..7242c71 100644 --- a/mvapich2.spec +++ b/mvapich2.spec @@ -2,7 +2,7 @@ Name: mvapich2 Version: 2.3 -Release: 9 +Release: 10 Summary: OSU MVAPICH2 MPI package License: BSD and MIT URL: http://mvapich.cse.ohio-state.edu @@ -12,7 +12,7 @@ Source2: mvapich2.macros.in Patch0001: 0001-mvapich23-unbundle-contrib-hwloc.patch Patch0002: 0002-mvapich23-unbundle-osu_benchmarks.patch Patch0003: 0003-mvapich23-replace-deprecated-sys_siglist-with-strsignal.patch -BuildRequires: gcc-gfortran python3-devel +BuildRequires: gcc-gfortran python3-devel gcc-c++ BuildRequires: bison flex autoconf automake libtool BuildRequires: perl-Digest-MD5 hwloc-devel rdma-core-devel @@ -254,6 +254,9 @@ cd .. %changelog +* Wed July 9 2021 zhaoyao - 2.3-10 +- fix build error: Abording because C++ compiler does not work. + * Sat Mar 27 2021 zhanghua - 2.3-9 - fix build error, replace deprecated sys_siglist with strsignal -- Gitee