- 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
This commit is contained in:
Egbert Eich 2018-01-30 10:09:11 +00:00 committed by Git OBS Bridge
parent 05187431e1
commit 55ffc365c5
3 changed files with 9 additions and 2 deletions

View File

@ -14,7 +14,7 @@
# For compilers # For compilers
%hpc_cf_install_base %{hpc_base}compiler/ %hpc_cf_install_base %{hpc_base}compiler/
%hpc_cf_install_path_base %{hpc_cf_install_base}%{hpc_compiler_family}/ %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 # For mpi libraries
%hpc_mpi_install_base %{hpc_base}%{?hpc_cf_dir}mpi/ %hpc_mpi_install_base %{hpc_base}%{?hpc_cf_dir}mpi/

View File

@ -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 Mon Nov 20 18:44:42 UTC 2017 - eich@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package suse-hpc # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed