From 1538b15277a4e774d0ddde295e67be6a2dd193bd Mon Sep 17 00:00:00 2001 From: lizhenhua Date: Sat, 9 May 2020 18:51:15 +0800 Subject: [PATCH 1/2] Add yaml file --- mvapich2.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mvapich2.yaml diff --git a/mvapich2.yaml b/mvapich2.yaml new file mode 100644 index 0000000..00bbaf0 --- /dev/null +++ b/mvapich2.yaml @@ -0,0 +1,4 @@ +version_control: NA +src_repo: NA +tag_prefix: NA +seperator: NA -- Gitee From 25c85cfc0754d19967e619168b59595b190682c5 Mon Sep 17 00:00:00 2001 From: seuzw <930zhaowei@163.com> Date: Tue, 12 May 2020 16:42:46 +0800 Subject: [PATCH 2/2] Synchronize buildrequire --- mvapich2.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/mvapich2.spec b/mvapich2.spec index b592972..bdd3800 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 +* Sun Apr 26 2020 yanzhihua - 2.3-8 +- Synchronize buildrequire. + * Sat Mar 14 2020 sunguoshuai - 2.3-7 - del rpm-mpi-hooks deps. -- Gitee