From 67b8d3699c1602a38eaca3dfda72ae32f9c237f589f60195505b46b7ddee080f Mon Sep 17 00:00:00 2001 From: Nicolas Morey-Chaisemartin Date: Mon, 19 Nov 2018 08:06:54 +0000 Subject: [PATCH] Accepting request 650046 from home:eeich:branches:science:HPC - Add macro _hpc_mvapich2_modules for modules support (bsc#1116458). OBS-URL: https://build.opensuse.org/request/show/650046 OBS-URL: https://build.opensuse.org/package/show/science:HPC/mvapich2?expand=0&rev=52 --- macros.hpc-mvapich2 | 3 ++- mvapich2.changes | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/macros.hpc-mvapich2 b/macros.hpc-mvapich2 index de442c5..cfcd47e 100644 --- a/macros.hpc-mvapich2 +++ b/macros.hpc-mvapich2 @@ -6,7 +6,8 @@ %{-V: %define _mf_ver %{-V*}} \ %{expand: %%global hpc_mvapich2_dep_version %%{?_mf_ver}} \ %{expand: %%global hpc_mvapich2_dir mvapich2} \ - %global hpc_mvapich2_pack_version %{hpc_mvapich2_dep_version} + %global hpc_mvapich2_pack_version %{hpc_mvapich2_dep_version} \ + %{expand: %%global _hpc_mvapich2_modules mvapich2} # We may have to add a version here. %hpc_setup_mvapich2 \ diff --git a/mvapich2.changes b/mvapich2.changes index a518800..6d01c37 100644 --- a/mvapich2.changes +++ b/mvapich2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 18 14:21:27 UTC 2018 - eich@suse.com + +- Add macro _hpc_mvapich2_modules for modules support (bsc#1116458). + ------------------------------------------------------------------- Mon Sep 10 12:15:10 UTC 2018 - nmoreychaisemartin@suse.com