blob: 0e9974834da0a8a0db363c1ca7af81e938d8e8d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=ispc? ( dev-lang/ispc ) tbb? ( dev-cpp/tbb:= )
DESCRIPTION=Collection of high-performance ray tracing kernels
EAPI=8
HOMEPAGE=https://github.com/embree/embree
INHERIT=cmake flag-o-matic linux-info toolchain-funcs
IUSE=compact-polys ispc +raymask ssp +tbb test cpu_flags_arm_neon cpu_flags_x86_sse2 cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_avx512dq
KEYWORDS=-* ~amd64 ~arm64
LICENSE=Apache-2.0
RDEPEND=ispc? ( dev-lang/ispc ) tbb? ( dev-cpp/tbb:= )
REQUIRED_USE=amd64? ( || ( cpu_flags_x86_sse2 cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_avx512dq ) ) arm? ( cpu_flags_arm_neon )
RESTRICT=!test? ( test )
SLOT=4
SRC_URI=https://github.com/embree/embree/archive/v4.3.3.tar.gz -> embree-4.3.3.tar.gz
_eclasses_=toolchain-funcs fa554cc3cff825d21dfe3f24841e29cf multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 linux-info ea4122ba1d8791a12b78e53f9510a2e3
_md5_=4c827cafaf318d6421d1ff295083da42
|