Accepting request 833709 from science

- Add build support for gcc10 to HPC build (bsc#1174439). (forwarded request 833681 from eeich)

OBS-URL: https://build.opensuse.org/request/show/833709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/superlu?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2020-09-14 10:13:30 +00:00 committed by Git OBS Bridge
commit b37e8c2581
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}