summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.1.0.bb
diff options
context:
space:
mode:
authorTeoh Suh Haw <suh.haw.teoh@intel.com>2023-05-17 12:49:39 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-05-18 09:24:16 +0800
commitdc19c9bb006de4012257033de3673120a2920c0c (patch)
treed72178a05fe4af58ea583882740117512c1c86fa /dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.1.0.bb
parent93d651489af3aa6d75a4ce4d5f71d909b219311d (diff)
downloadmeta-intel-dc19c9bb006de4012257033de3673120a2920c0c.tar.gz
embree: upgrade 4.0.1 -> 4.1.0
Release Notes: https://github.com/embree/embree/releases/tag/v4.1.0 Signed-off-by: Teoh Suh Haw <suh.haw.teoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.1.0.bb')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.1.0.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.1.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.1.0.bb
new file mode 100644
index 00000000..c5861753
--- /dev/null
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.1.0.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=f989f5b74cfff0d45d3ccf0e1366cbdc \
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"
17SRCREV = "0fcb306c9176221219dd15e27fe0527ed334948f"
18
19COMPATIBLE_HOST = '(x86_64).*-linux'
20COMPATIBLE_HOST:libc-musl = "null"
21
22DEPENDS = "tbb jpeg libpng glfw ispc-native"
23
24EXTRA_OECMAKE += " \
25 -DEMBREE_IGNORE_CMAKE_CXX_FLAGS=OFF \
26 -DEMBREE_MAX_ISA=DEFAULT \
27 -DEMBREE_TUTORIALS=OFF \
28 -DEMBREE_ISPC_SUPPORT=ON \
29 -DEMBREE_ZIP_MODE=OFF \
30 "