Dominique Leuenberger 2018-01-16 08:25:35 +00:00 committed by Git OBS Bridge
commit 171266836a
2 changed files with 14 additions and 7 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jan 5 18:27:17 UTC 2018 - eich@suse.com
- Switch from gcc6 to gcc7 as additional compiler flavor for HPC on SLES.
- Fix library package requires - use HPC macro (boo#1074890).
- Fix unexpanded rpm macro in environment module file for HPC (boo#1074897).
-------------------------------------------------------------------
Mon Nov 27 11:55:04 UTC 2017 - normand@linux.vnet.ibm.com

View File

@ -1,7 +1,7 @@
#
# spec file for package openblas
#
# 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
@ -64,9 +64,9 @@ ExclusiveArch: do_not_build
%{bcond_without hpc}
%endif
%if "%flavor" == "gnu6-hpc"
%if "%flavor" == "gnu7-hpc"
%define compiler_family gnu
%define c_f_ver 6
%define c_f_ver 7
%{bcond_without hpc}
%endif
@ -78,9 +78,9 @@ ExclusiveArch: do_not_build
%{bcond_without hpc}
%endif
%if "%flavor" == "gnu6-hpc-pthreads"
%if "%flavor" == "gnu7-hpc-pthreads"
%define compiler_family gnu
%define c_f_ver 6
%define c_f_ver 7
%define ext pthreads
%define build_flags USE_THREAD=1 USE_OPENMP=0
%{bcond_without hpc}
@ -168,7 +168,7 @@ Obsoletes: lib%{pname}p0
Obsoletes: lib%{pname}o0
%endif
%else # with hpc
Requires: lua-lmod
%hpc_requires
%endif
%description -n lib%{name}%{?so_v}
@ -350,7 +350,7 @@ puts stderr "This module loads the %{pname} library built with the %{compiler_fa
puts stderr "\nVersion %{version}\n"
}
module-whatis "Name: %{PNAME} built with %{compiler_family} toolchain"
module-whatis "Name: %{hpc_upcase %pname} built with %{compiler_family} toolchain"
module-whatis "Version: %{version}"
module-whatis "Category: runtime library"
module-whatis "Description: %{dep_summary}"