LuxCore
LuxCore copied to clipboard
-DLUXCORE_DISABLE_OIDN:bool=ON still leaves few dangling (not found) libs ...
using git commit 2f35684a04d9e1bd48d6ffa88b19a88871e90942 and this cmake command line from inside BUILD directory:
cmake -DLUXCORE_DISABLE_OIDN:bool=ON -DLUXRAYS_DISABLE_CUDA:bool=ON ..
I nearly can make LuxCoreRender on 32-bit Slackware (after fixing embree ebuild for 32-bit compile (using same workaround as for win32 in header file) - but no way to test it yet!) but missing OIDN libs mess with linking.
Additionally, Cmake behaves badly with TWO python versions installed (2.7 and 3.9) so I hardcoded 3.9 for now ...
Hopefully this 'txt' patch will give you some idea where those lib references live ..