Accepting request 1042732 from home:eeich:branches:science:HPC
- Add support for gcc12 (jsc#PED-2834). OBS-URL: https://build.opensuse.org/request/show/1042732 OBS-URL: https://build.opensuse.org/package/show/science:HPC/gnu-compilers-hpc?expand=0&rev=36
This commit is contained in:
parent
7d9e7b3ec7
commit
ed012818dd
@ -4,4 +4,5 @@
|
||||
<package>gnu9-hpc</package>
|
||||
<package>gnu10-hpc</package>
|
||||
<package>gnu11-hpc</package>
|
||||
<package>gnu12-hpc</package>
|
||||
</multibuild>
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 15:31:07 UTC 2022 - Egbert Eich <eich@suse.com>
|
||||
|
||||
- Add support for gcc12 (jsc#PED-2834).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 13 16:45:02 UTC 2021 - Antoine Ginies <aginies@suse.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gnu
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
@ -55,6 +55,10 @@ ExclusiveArch: do_not_build
|
||||
%define c_f_ver 11
|
||||
%endif
|
||||
|
||||
%if "%flavor" == "gnu12-hpc"
|
||||
%define c_f_ver 12
|
||||
%endif
|
||||
|
||||
# For Factory only build the default
|
||||
%if 0%{?suse_version} > 1500 && "%flavor" != "gnu-hpc"
|
||||
ExclusiveArch: do-not-build
|
||||
|
Loading…
x
Reference in New Issue
Block a user