name : embree version : 3.14.4 release : 10 source : - https://github.com/embree/embree/archive/refs/tags/v3.13.4.tar.gz : e6a8d1d4742f60ae4d936702dd377bc4577a3b034e2909adb2197d0648b1cb35 homepage : https://github.com/embree/embree license : Apache-2.0 component : programming.library summary : High Performance Ray Tracing Kernels description: | Intel® Embree is a collection of high-performance ray tracing kernels, developed at Intel. The target users of Intel® Embree are graphics application engineers who want to improve the performance of their photo-realistic rendering application by leveraging Embree's performance-optimized ray tracing kernels. The kernels are optimized for the latest Intel® processors with support for SSE, AVX, AVX2, and AVX-512 instructions. Intel® Embree supports runtime code selection to choose the traversal and build algorithms that best matches the instruction set of your CPU. We recommend using Intel® Embree through its API to get the highest benefit from future improvements. clang : yes # gcc uses a stupid amount of memory. builddeps : - pkgconfig(tbb) - ispc setup : | %patch -p1 -i $pkgfiles/0001-Use-llvm-objdump.patch %cmake_ninja \ -DEMBREE_ISA_AVX512SKX=ON \ -DEMBREE_ISA_AVX512KNL=OFF \ -DEMBREE_TUTORIALS=OFF build : | %ninja_build install : | %ninja_install rm -r $installdir/usr/share/doc/