Accepting request 833681 from home:eeich:branches:science

- Add build support for gcc10 to HPC build (bsc#1174439).

OBS-URL: https://build.opensuse.org/request/show/833681
OBS-URL: https://build.opensuse.org/package/show/science/superlu?expand=0&rev=24
This commit is contained in:
Egbert Eich 2020-09-11 08:24:06 +00:00 committed by Git OBS Bridge
parent b3676d0acd
commit 269fa2dbbf
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 11 06:13:46 UTC 2020 - Egbert Eich <eich@suse.com>
- Add build support for gcc10 to HPC build (bsc#1174439).
-------------------------------------------------------------------
Wed Feb 26 12:30:51 UTC 2020 - Egbert Eich <eich@suse.com>

View File

@ -56,6 +56,12 @@ ExclusiveArch: do_not_build
%define c_f_ver 9
%endif
%if "%{flavor}" == "gnu10-hpc"
%bcond_without hpc
%global compiler_family gnu
%define c_f_ver 10
%endif
%bcond_with ringdisabled
%if %{with hpc} && %{with ringdisabled}