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:
commit
b37e8c2581
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user