From 2b66b8ce9e566098c92943dbb08a26bd3b9aaf8a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 14 Feb 2022 13:27:10 +0100 Subject: [PATCH] - don't build OpenCL test programs to avoid broken llvm cmake, rel 4 --- darktable.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/darktable.spec b/darktable.spec index 9d944a8..c17284a 100644 --- a/darktable.spec +++ b/darktable.spec @@ -9,7 +9,7 @@ Summary: darktable - a virtual lighttable and darkroom for photographers Summary(pl.UTF-8): darktable - wirtualny podświetlany stół i ciemnia dla fotografów Name: darktable Version: 3.8.0 -Release: 3 +Release: 4 License: GPL v3 Group: X11/Applications/Graphics Source0: https://github.com/darktable-org/darktable/releases/download/release-%{version}/%{name}-%{version}.tar.xz @@ -100,6 +100,7 @@ export CXXFLAGS="%{rpmcxxflags}" -DBINARY_PACKAGE_BUILD=ON \ -DPROJECT_VERSION:STRING="%{version}" \ -DUSE_AVIF=OFF \ + -DTESTBUILD_OPENCL_PROGRAMS=OFF \ %{!?with_opencl:-DUSE_OPENCL=OFF} \ %{!?with_openmp:-DUSE_OPENMP=OFF} -- 2.43.0