From 189ae137df05a2f8dceb814e3dd5ef0a61a1c7a8421fcb2df2cc5b30a833a40e Mon Sep 17 00:00:00 2001 From: Nicolas Morey-Chaisemartin Date: Tue, 21 Aug 2018 19:53:37 +0000 Subject: [PATCH] Accepting request 630698 from home:eeich:branches:science:HPC - macros.hpc-mvapich2: replace %%compiler_family by %%hpc_compiler_family OBS-URL: https://build.opensuse.org/request/show/630698 OBS-URL: https://build.opensuse.org/package/show/science:HPC/mvapich2?expand=0&rev=45 --- macros.hpc-mvapich2 | 4 ++-- mvapich2.changes | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/macros.hpc-mvapich2 b/macros.hpc-mvapich2 index 16b85f3..de442c5 100644 --- a/macros.hpc-mvapich2 +++ b/macros.hpc-mvapich2 @@ -13,8 +13,8 @@ module load mvapich2 %hpc_mvapich2_requires \ -Requires: mvapich2%{hpc_mvapich2_dep_version}-%{compiler_family}%{hpc_cf_pack_version}-hpc +Requires: mvapich2%{hpc_mvapich2_dep_version}-%{hpc_compiler_family}%{hpc_cf_pack_version}-hpc %hpc_mvapich2_requires_devel \ -Requires: mvapich2%{hpc_mvapich2_dep_version}-%{compiler_family}%{hpc_cf_pack_version}-hpc-devel +Requires: mvapich2%{hpc_mvapich2_dep_version}-%{hpc_compiler_family}%{hpc_cf_pack_version}-hpc-devel diff --git a/mvapich2.changes b/mvapich2.changes index ba7a662..f20dc5b 100644 --- a/mvapich2.changes +++ b/mvapich2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Aug 19 09:21:45 UTC 2018 - eich@suse.com + +- macros.hpc-mvapich2: + replace %%compiler_family by %%hpc_compiler_family + ------------------------------------------------------------------- Mon Jul 16 16:13:32 UTC 2018 - msuchanek@suse.com