From e0e01fd3bf20a2df75d65d4f2e97630a58a28992ee1587d6e319da8170a4e471 Mon Sep 17 00:00:00 2001 From: Nicolas Morey-Chaisemartin Date: Fri, 24 Jan 2020 15:39:44 +0000 Subject: [PATCH] Accepting request 766936 from home:NMoreyChaisemartin:branches:science:HPC - Update to mvapich2 2.3.3 (jsc#SLE-8544) - See CHANGELOG for fixes and new features OBS-URL: https://build.opensuse.org/request/show/766936 OBS-URL: https://build.opensuse.org/package/show/science:HPC/mvapich2?expand=0&rev=66 --- mvapich2-2.3.2.tar.gz | 3 --- mvapich2-2.3.3.tar.gz | 3 +++ mvapich2.changes | 6 ++++++ mvapich2.spec | 10 +++++----- 4 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 mvapich2-2.3.2.tar.gz create mode 100644 mvapich2-2.3.3.tar.gz diff --git a/mvapich2-2.3.2.tar.gz b/mvapich2-2.3.2.tar.gz deleted file mode 100644 index 5f82fe9..0000000 --- a/mvapich2-2.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30cc0d7bcaa075d204692f76bca4d65a539e0f661c7460ffa9f835d6249e1ebf -size 17054531 diff --git a/mvapich2-2.3.3.tar.gz b/mvapich2-2.3.3.tar.gz new file mode 100644 index 0000000..18a8a1b --- /dev/null +++ b/mvapich2-2.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d3261be57e5bc8aabf4e32981543c015c5443ff032a26f18205985e18c2b73 +size 17102905 diff --git a/mvapich2.changes b/mvapich2.changes index 539a25d..385d6cc 100644 --- a/mvapich2.changes +++ b/mvapich2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 21 08:17:00 UTC 2020 - Nicolas Morey-Chaisemartin + +- Update to mvapich2 2.3.3 (jsc#SLE-8544) + - See CHANGELOG for fixes and new features + ------------------------------------------------------------------- Fri Sep 6 08:10:21 UTC 2019 - Nicolas Morey-Chaisemartin diff --git a/mvapich2.spec b/mvapich2.spec index 8c339fa..b7658fd 100644 --- a/mvapich2.spec +++ b/mvapich2.spec @@ -1,7 +1,7 @@ # # spec file for package mvapich2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,8 +19,8 @@ %global flavor @BUILD_FLAVOR@%{nil} %define pname mvapich2 -%define vers 2.3.2 -%define _vers 2_3_2 +%define vers 2.3.3 +%define _vers 2_3_3 %if "%{flavor}" == "" ExclusiveArch: do_not_build @@ -157,7 +157,7 @@ License: BSD-3-Clause Group: Development/Libraries/Parallel Version: %{vers} Release: 0 -Source0: mvapich2-%{version}.tar.gz +Source0: http://mvapich.cse.ohio-state.edu/download/mvapich/mv2/mvapich2-%{version}.tar.gz Source1: mpivars.sh Source2: mpivars.csh Source3: macros.hpc-mvapich2 @@ -170,7 +170,7 @@ Patch3: 0001-Drop-GCC-check.patch Patch4: reproducible.patch # PATCH-FIX-UPSTREAM 0001-Drop-real128.patch (https://github.com/pmodels/mpich/issues/4005) Patch5: 0001-Drop-real128.patch -Url: http://mvapich.cse.ohio-state.edu/overview/mvapich2/ +URL: http://mvapich.cse.ohio-state.edu/overview/mvapich2/ BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{without skip_hpc_build}