summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.3.bb
diff options
context:
space:
mode:
authorEzhilarasan <ezhilarasanx.s@intel.com>2022-03-02 11:00:52 +0530
committerAnuj Mittal <anuj.mittal@intel.com>2022-03-02 17:39:01 +0800
commitead12f17217ad4072360312b443bb8bd416bfeab (patch)
tree625869bd844dc2b73ab8a69ce23e8a7dc5ddc116 /dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.3.bb
parentf25cc6b70760f8b32c67efb8dd6770ce71b60b21 (diff)
downloadmeta-intel-ead12f17217ad4072360312b443bb8bd416bfeab.tar.gz
embree: 3.13.2 -> 3.13.3
Release notes: https://github.com/embree/embree/releases/tag/v3.13.3 Signed-off-by: Ezhilarasan <ezhilarasanx.s@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.3.bb')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.3.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.3.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.3.bb
new file mode 100644
index 00000000..434f4ee5
--- /dev/null
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.3.bb
@@ -0,0 +1,30 @@
1SUMMARY = "Collection of high-performance ray tracing kernels"
2DESCRIPTION = "A collection of high-performance ray tracing kernels \
3intended to graphics application engineers that want to improve the \
4performance of their application."
5HOMEPAGE = "https://github.com/embree/embree"
6
7LICENSE = "Apache-2.0 & syrah"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \
9 file://third-party-programs.txt;md5=86f6028ba2138fe41ac5c121d0a3518e \
10 file://common/math/transcendental.h;beginline=6;endline=8;md5=73380bb2ab6613b30b8464f114bd0ca8"
11
12inherit pkgconfig cmake
13
14S = "${WORKDIR}/git"
15
16SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=master \
17 "
18SRCREV = "0835461a5dd1659696524303dc9cb2f2300ae156"
19
20COMPATIBLE_HOST = '(x86_64).*-linux'
21
22DEPENDS = "tbb jpeg libpng glfw ispc-native"
23
24EXTRA_OECMAKE += " \
25 -DEMBREE_ISPC_SUPPORT=OFF \
26 -DEMBREE_IGNORE_CMAKE_CXX_FLAGS=OFF \
27 -DEMBREE_MAX_ISA=DEFAULT \
28 -DEMBREE_TUTORIALS=OFF \
29 -DEMBREE_ISPC_SUPPORT=ON \
30 "