Accepting request 1042733 from science:HPC

- Add support for gcc12 (jsc#PED-2834). (forwarded request 1042732 from eeich)

OBS-URL: https://build.opensuse.org/request/show/1042733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnu-compilers-hpc?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2022-12-13 17:57:29 +00:00 committed by Git OBS Bridge
commit b6d86651d4
3 changed files with 17 additions and 7 deletions

View File

@ -4,4 +4,5 @@
<package>gnu9-hpc</package>
<package>gnu10-hpc</package>
<package>gnu11-hpc</package>
<package>gnu12-hpc</package>
</multibuild>

View File

@ -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>

View File

@ -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