The package rpms/blender.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/blender.git/commit/?id=f1f03dd9d0223....
Change: +%ifnarch %{ix86} armv7hl
Thanks.
Full change: ============
commit f1f03dd9d0223c67694bde95bd370ed70926cbc2 Author: Luya Tshimbalanga luya@fedoraproject.org Date: Thu Jul 23 22:46:35 2020 -0700
Update to 2.83.3 (#1855165) Enable embree and osl for cycles rendering
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 luya@fedoraproject.org - 1:2.83.3-1 - Update to 2.83.3 (#1855165) +- Enable embree and osl for cycles rendering
* Thu Jul 09 2020 Luya Tshimbalanga luya@fedoraproject.org - 1:2.83.2-2 - Add openshadinglanguage dependency
arch-excludes@lists.fedoraproject.org