Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 634012 Details for
Bug 716358
media-gfx/darktable-3.0.1 fails to build with USE=opencl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add the mentioned patchfile, fixes opencl issue. Also works with 3.0.2
opencl_fix.patch (text/plain), 422 bytes, created by
Pablo
on 2020-04-21 12:20:16 UTC
(
hide
)
Description:
Add the mentioned patchfile, fixes opencl issue. Also works with 3.0.2
Filename:
MIME Type:
Creator:
Pablo
Created:
2020-04-21 12:20:16 UTC
Size:
422 bytes
patch
obsolete
>--- a/data/kernels/CMakeLists.txt 2020-04-15 09:10:53.000000000 +0200 >+++ b/data/kernels/CMakeLists.txt 2020-04-21 14:12:35.546222704 +0200 >@@ -31,8 +31,8 @@ > endmacro (testcompile_opencl_kernel) > > if (TESTBUILD_OPENCL_PROGRAMS) >- foreach(IN ${DT_OPENCL_KERNELS}) >- testcompile_opencl_kernel(${IN}) >+ foreach(KERNEL IN ITEMS ${DT_OPENCL_KERNELS}) >+ testcompile_opencl_kernel(${KERNEL}) > endforeach() > endif() >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 716358
:
630534
| 634012