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