Hi I am cvompiling my on git version of darktable. It works fine so far. But today I realized that it is not using opencl. The debug output says:
#### 0.230877 [opencl_init] compiling program `basic.cl' .. 0.230991 [opencl_fopen_stat] could not open file `/home/matthias/.cache/darktable/cached_kernels_for_GeForceGTX1050Ti_43014/basic.cl.bin'! 0.230997 [opencl_load_program] could not load cached binary program, trying to compile source 0.231018 [opencl_load_program] successfully loaded program from `/opt/darktable-git/share/darktable/kernels/basic.cl' 0.254429 [opencl_build_program] could not build program: -11 0.254440 [opencl_build_program] BUILD STATUS: -2 0.254442 BUILD LOG: 0.254443 <kernel>:23:10: fatal error: 'rgb_norms.h' file not found #include "rgb_norms.h" ^ 0.254446 [opencl_init] failed to compile program `basic.cl'! 0.254454 [opencl_init] FINALLY: opencl is NOT AVAILABLE on this system. 0.254455 [opencl_init] initial status of opencl enabled flag is OFF. #### I see that rgb_norms.h is coming with the darktable source. I am using the following commands to build DT: #### ./build.sh --disable-gnome-keyring --prefix $INST --build-type Release cmake --build "/home/matthias/src/darktable/build" --target install -- -j8 #### With INST=/opt/darktable-git What am I missing? Matthias ___________________________________________________________________________ darktable developer mailing list to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org