From aa73a310ad457673274c6f71f168ed82faef5916 Mon Sep 17 00:00:00 2001 From: Luya Tshimbalanga Date: Feb 12 2023 00:12:48 +0000 Subject: Port to embree4 --- diff --git a/luxcorerender.spec b/luxcorerender.spec index c25055a..a959992 100644 --- a/luxcorerender.spec +++ b/luxcorerender.spec @@ -174,7 +174,8 @@ sed -i -e '\@set.*Boost_USE_STATIC_LIBS@s|ON|OFF|' cmake/Dependencies.cmake -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE \ -DOpenGL_GL_PREFERENCE=GLVND \ -DPYTHON_V=%{python3_version_nodots} \ - -DEMBREE_INCLUDE_PATH=%{_includedir}/libembree3 \ + -DEMBREE_INCLUDE_PATH=%{_includedir}/libembree4 \ + -DEMBREE_LIBRARY=%{_lidir}/embree4.so \ -DOIDN_INCLUDE_PATH=%{_includedir}/OpenImageDenoise %cmake_build