Closed bitness closed 1 year ago
I wonder if the rpm
involved with EL7 builds is calculating the Provides
differently than on newer branches. The Provides
isn't present when I check the EL7 package:
❯ rpm -qp --provides blender-3.4.1-1.el7.x86_64.rpm | grep oneapi | echo nope
nope
❯
Thanks for merging!
Hi Simone,
The blender 3.4.1 RPM has a
Requires
forlibcycles_kernel_oneapi_aot.so()(64bit)
, which is internal to the package and not included in the package'sProvides
entries. This patch filters the library out of the automaticRequires
andProvides
processing.Thanks, Lars