diff --git a/blender.spec b/blender.spec index d3f7788..63bbed2 100644 --- a/blender.spec +++ b/blender.spec @@ -96,7 +96,7 @@ BuildRequires: pkgconfig(xrender) BuildRequires: pkgconfig(ode) #Exclude architectures where build fails %ifnarch %{ix86} armv7hl -BuildRequires: pkgconfig(oslquery) +#BuildRequires: pkgconfig(oslcomp) %endif BuildRequires: opensubdiv-devel BuildRequires: pkgconfig(sdl2) @@ -203,6 +203,10 @@ pathfix.py -pni "%{__python3} %{py3_shbang_opts}" . -DOpenGL_GL_PREFERENCE=GLVND \ %{?_without_ffmpeg:-DWITH_CODEC_FFMPEG=OFF} \ -DWITH_CYCLES=%{cyclesflag} \ + -DWITH_CYCLES_EMBREE=%{cyclesflag} \ +%ifnarch %{ix86} armv7hl + -DWITH_CYCLES_OSL=%{cyclesflag} \ +%endif -DWITH_DOC_MANPAGE=ON \ -DWITH_INSTALL_PORTABLE=OFF \ -DWITH_PYTHON_INSTALL=OFF \ @@ -275,6 +279,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}-fonts. %changelog * Wed Jul 22 2020 Luya Tshimbalanga - 1:2.83.3-1 - Update to 2.83.3 (#1855165) +- Enable embree and osl for cycles rendering * Thu Jul 09 2020 Luya Tshimbalanga - 1:2.83.2-2 - Add openshadinglanguage dependency