Accepting request 1091708 from home:eeich:branches:science:HPC

- Add support for gcc13 (jsc#PED-2896)

OBS-URL: https://build.opensuse.org/request/show/1091708
OBS-URL: https://build.opensuse.org/package/show/science:HPC/gnu-compilers-hpc?expand=0&rev=40
This commit is contained in:
Egbert Eich 2023-06-08 14:33:41 +00:00 committed by Git OBS Bridge
parent 9addbddd1e
commit 42d922fa4e
3 changed files with 11 additions and 1 deletions

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 8 14:22:49 UTC 2023 - Egbert Eich <eich@suse.com>
- Add support for gcc13 (jsc#PED-2896)
-------------------------------------------------------------------
Mon Jan 2 15:30:36 UTC 2023 - Egbert Eich <eich@suse.com>

View File

@ -59,8 +59,12 @@ ExclusiveArch: do_not_build
%define c_f_ver 12
%endif
%if "%flavor" == "gnu13-hpc"
%define c_f_ver 13
%endif
# For Factory only build the default
%if 0%{?suse_version} > 1500 && "%flavor" != "gnu-hpc"
%if 0%{?suse_version} > 1600 && "%flavor" != "gnu-hpc"
ExclusiveArch: do-not-build
%endif