From 55ffc365c5f45c124b7e01d96ee41ac242bfc4dcd6c264491a373e32a85e1f09 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Tue, 30 Jan 2018 10:09:11 +0000 Subject: [PATCH] - For tool don't distinguish minor versions: %hpc_cf_dep_version represents what we distinguish which determines the granularity in compiler selection. OBS-URL: https://build.opensuse.org/package/show/science:HPC/suse-hpc?expand=0&rev=16 --- macros.hpc | 2 +- suse-hpc.changes | 7 +++++++ suse-hpc.spec | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/macros.hpc b/macros.hpc index 67d8c8b..acbc3aa 100644 --- a/macros.hpc +++ b/macros.hpc @@ -14,7 +14,7 @@ # For compilers %hpc_cf_install_base %{hpc_base}compiler/ %hpc_cf_install_path_base %{hpc_cf_install_base}%{hpc_compiler_family}/ -%hpc_cf_install_path %{hpc_cf_install_path_base}%{hpc_cf_full_version} +%hpc_cf_install_path %{hpc_cf_install_path_base}%{hpc_cf_dep_version} # For mpi libraries %hpc_mpi_install_base %{hpc_base}%{?hpc_cf_dir}mpi/ diff --git a/suse-hpc.changes b/suse-hpc.changes index 960e42e..ff6706d 100644 --- a/suse-hpc.changes +++ b/suse-hpc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 30 10:00:43 UTC 2018 - eich@suse.com + +- For tool don't distinguish minor versions: + %hpc_cf_dep_version represents what we distinguish + which determines the granularity in compiler selection. + ------------------------------------------------------------------- Mon Nov 20 18:44:42 UTC 2017 - eich@suse.com diff --git a/suse-hpc.spec b/suse-hpc.spec index a318c38..8a4e5d8 100644 --- a/suse-hpc.spec +++ b/suse-hpc.spec @@ -1,7 +1,7 @@ # # spec file for package suse-hpc # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed