]> git.pld-linux.org Git - packages/darktable.git/commitdiff
- don't build OpenCL test programs to avoid broken llvm cmake, rel 4 auto/th/darktable-3.8.0-4
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 14 Feb 2022 12:27:10 +0000 (13:27 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 14 Feb 2022 12:27:10 +0000 (13:27 +0100)
darktable.spec

index 9d944a88d3a3b87131b77e47e47288252dc5cb1d..c17284ab57d2c2f5050f6946af247dad78a3a6dd 100644 (file)
@@ -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}
 
This page took 0.042544 seconds and 4 git commands to generate.