- using gcc 12 now also on Leap 15.4; after changing build project
to openSUSE:Leap:15.4:Update gcc 12 packages are found now ... OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1184
This commit is contained in:
parent
aadbf26bd7
commit
e564a82795
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 27 09:48:22 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- using gcc 12 now also on Leap 15.4; after changing build project
|
||||||
|
to openSUSE:Leap:15.4:Update gcc 12 packages are found now ...
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 24 11:06:48 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
Tue Jan 24 11:06:48 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -154,7 +154,7 @@ BuildRequires: bison
|
|||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
%if 0%{?sle_version} >= 150500
|
%if 0%{?sle_version} >= 150400
|
||||||
BuildRequires: gcc12-c++
|
BuildRequires: gcc12-c++
|
||||||
%else
|
%else
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -811,7 +811,7 @@ grep -v -i vulkan "%{_sourcedir}/baselibs.conf" >"%{_sourcedir}/temp" && \
|
|||||||
%ifarch ppc64 ppc64le
|
%ifarch ppc64 ppc64le
|
||||||
%limit_build -m 1024
|
%limit_build -m 1024
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?sle_version} >= 150500
|
%if 0%{?sle_version} >= 150400
|
||||||
export CC=gcc-12
|
export CC=gcc-12
|
||||||
export CXX=g++-12
|
export CXX=g++-12
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user