diff options
author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2022-09-23 15:33:53 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2022-09-29 18:06:48 +0800 |
commit | 948757b8f6064043c2c1671fa02fa834d86a042c (patch) | |
tree | e89129e19f4a5693581ab4d3b55433f36b7486e6 /dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.5.bb | |
parent | ad81baa4f5016f585e303cf373e347379368406c (diff) | |
download | meta-intel-948757b8f6064043c2c1671fa02fa834d86a042c.tar.gz |
embree : upgrade 3.13.4 -> 3.13.5
Release Notes:
https://github.com/embree/embree/releases/tag/v3.13.5
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.5.bb')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.5.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.5.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.5.bb new file mode 100644 index 00000000..038bffce --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.5.bb | |||
@@ -0,0 +1,30 @@ | |||
1 | SUMMARY = "Collection of high-performance ray tracing kernels" | ||
2 | DESCRIPTION = "A collection of high-performance ray tracing kernels \ | ||
3 | intended to graphics application engineers that want to improve the \ | ||
4 | performance of their application." | ||
5 | HOMEPAGE = "https://github.com/embree/embree" | ||
6 | |||
7 | LICENSE = "Apache-2.0 & syrah" | ||
8 | LIC_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 | |||
12 | inherit pkgconfig cmake | ||
13 | |||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=devel3" | ||
17 | SRCREV = "698442324ccddd11725fb8875275dc1384f7fb40" | ||
18 | |||
19 | COMPATIBLE_HOST = '(x86_64).*-linux' | ||
20 | COMPATIBLE_HOST:libc-musl = "null" | ||
21 | |||
22 | DEPENDS = "tbb jpeg libpng glfw ispc-native" | ||
23 | |||
24 | EXTRA_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 | " | ||