SHA256
1
0
forked from pool/krita

Accepting request 1201737 from KDE:Extra

OBS-URL: https://build.opensuse.org/request/show/1201737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krita?expand=0&rev=78
This commit is contained in:
Ana Guerrero 2024-09-18 13:27:44 +00:00 committed by Git OBS Bridge
commit bec9b2ff37
2 changed files with 6 additions and 8 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Sep 15 15:26:32 UTC 2024 - Giacomo Comes <gcomes.obs@gmail.com>
- Revert to use default gcc on Tumbleweed
* issue between boost and gcc14 has been fixed
-------------------------------------------------------------------
Wed Sep 11 20:54:45 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -47,11 +47,6 @@ BuildRequires: %{pyver}-sip-devel
BuildRequires: OpenEXR-devel
BuildRequires: extra-cmake-modules
BuildRequires: fftw3-devel
# gcc 14 became the default compiler despite knowing it was causing boost issue. Stick to gcc 13 for the moment
%if 0%{?suse_version} > 1500
BuildRequires: gcc13-c++
BuildRequires: gcc13-PIE
%endif
BuildRequires: giflib-devel
BuildRequires: gsl-devel
%if 0%{?suse_version} > 1500
@ -146,9 +141,6 @@ Development headers and libraries for Krita.
%autosetup -p1
%build
%if 0%{?suse_version} > 1500
export CC=gcc-13 CXX=g++-13
%endif
%cmake_kf5 -d build -- -DKRITA_ENABLE_PCH:BOOL=OFF
%cmake_build