Dominique Leuenberger 2024-09-03 11:39:12 +00:00 committed by Git OBS Bridge
commit e1ea44fed0
3 changed files with 10 additions and 0 deletions

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Aug 31 10:01:58 UTC 2024 - Marcus Meissner <meissner@suse.com>
- added gcc14 flavor (bsc#1229986)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 25 12:35:03 UTC 2024 - Nicolas Morey <nicolas.morey@suse.com> Tue Jun 25 12:35:03 UTC 2024 - Nicolas Morey <nicolas.morey@suse.com>

View File

@ -63,6 +63,10 @@ ExclusiveArch: do_not_build
%define c_f_ver 13 %define c_f_ver 13
%endif %endif
%if "%flavor" == "gnu14-hpc"
%define c_f_ver 14
%endif
# For Factory only build the default # For Factory only build the default
%if 0%{?suse_version} > 1600 %if 0%{?suse_version} > 1600
# Only build gnu-hpc flavour but not on 32b systems # Only build gnu-hpc flavour but not on 32b systems