From bb72a8fac86cef7dbddbb616740ce45ff63b9d26 Mon Sep 17 00:00:00 2001 From: lingsheng Date: Tue, 28 Jul 2020 17:51:32 +0800 Subject: [PATCH] Synchronize buildrequire --- mvapich2.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/mvapich2.spec b/mvapich2.spec index b592972..a292ee0 100644 --- a/mvapich2.spec +++ b/mvapich2.spec @@ -2,7 +2,7 @@ Name: mvapich2 Version: 2.3 -Release: 7 +Release: 8 Summary: OSU MVAPICH2 MPI package License: BSD and MIT URL: http://mvapich.cse.ohio-state.edu @@ -11,9 +11,9 @@ Source1: mvapich2.module.in Source2: mvapich2.macros.in Patch0001: 0001-mvapich23-unbundle-contrib-hwloc.patch Patch0002: 0002-mvapich23-unbundle-osu_benchmarks.patch -BuildRequires: gcc-gfortran libibumad-devel librdmacm-devel python3-devel +BuildRequires: gcc-gfortran python3-devel BuildRequires: bison flex autoconf automake libtool -BuildRequires: perl-Digest-MD5 hwloc-devel libibverbs-devel >= 1.1.3 libibmad-devel +BuildRequires: perl-Digest-MD5 hwloc-devel rdma-core-devel %ifarch x86_64 BuildRequires: libpsm2-devel >= 10.3.58 @@ -28,7 +28,7 @@ Omni-Path, Ethernet/iWARP, RoCE. %package devel Summary: Development files for mvapich2 Provides: mpi-devel -Requires: librdmacm-devel libibverbs-devel libibumad-devel +Requires: rdma-core-devel Requires: mvapich2 = %{version}-%{release} gcc-gfortran %description devel @@ -57,7 +57,7 @@ for Omni-Path adapters. %package psm2-devel Summary: Development files for mvapich2-psm2 Provides: mpi-devel -Requires: librdmacm-devel libibverbs-devel libibumad-devel +Requires: rdma-core-devel Requires: mvapich2-psm2 = %{version}-%{release} gcc-gfortran %description psm2-devel @@ -253,6 +253,9 @@ cd .. %changelog +* Tue Jul 28 2020 lingsheng - 2.3-8 +- Synchronize buildrequire. + * Sat Mar 14 2020 sunguoshuai - 2.3-7 - del rpm-mpi-hooks deps. -- Gitee