summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-oneapi/embree
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-oneapi/embree')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.3.bb (renamed from dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.5.bb)14
1 files changed, 7 insertions, 7 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_4.3.3.bb
index 038bffce..77549479 100644
--- a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.5.bb
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.3.bb
@@ -4,17 +4,15 @@ intended to graphics application engineers that want to improve the \
4performance of their application." 4performance of their application."
5HOMEPAGE = "https://github.com/embree/embree" 5HOMEPAGE = "https://github.com/embree/embree"
6 6
7LICENSE = "Apache-2.0 & syrah" 7LICENSE = "Apache-2.0 & BSD-3-Clause"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \ 8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \
9 file://third-party-programs.txt;md5=86f6028ba2138fe41ac5c121d0a3518e \ 9 file://third-party-programs.txt;md5=f989f5b74cfff0d45d3ccf0e1366cbdc \
10 file://common/math/transcendental.h;beginline=6;endline=8;md5=73380bb2ab6613b30b8464f114bd0ca8" 10 file://common/math/transcendental.h;beginline=6;endline=8;md5=73380bb2ab6613b30b8464f114bd0ca8"
11 11
12inherit pkgconfig cmake 12inherit pkgconfig cmake
13 13
14S = "${WORKDIR}/git" 14SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=master"
15 15SRCREV = "5730b150471602d6dc02d9b7d8a4a6ce9ceffe16"
16SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=devel3"
17SRCREV = "698442324ccddd11725fb8875275dc1384f7fb40"
18 16
19COMPATIBLE_HOST = '(x86_64).*-linux' 17COMPATIBLE_HOST = '(x86_64).*-linux'
20COMPATIBLE_HOST:libc-musl = "null" 18COMPATIBLE_HOST:libc-musl = "null"
@@ -22,9 +20,11 @@ COMPATIBLE_HOST:libc-musl = "null"
22DEPENDS = "tbb jpeg libpng glfw ispc-native" 20DEPENDS = "tbb jpeg libpng glfw ispc-native"
23 21
24EXTRA_OECMAKE += " \ 22EXTRA_OECMAKE += " \
25 -DEMBREE_ISPC_SUPPORT=OFF \
26 -DEMBREE_IGNORE_CMAKE_CXX_FLAGS=OFF \ 23 -DEMBREE_IGNORE_CMAKE_CXX_FLAGS=OFF \
27 -DEMBREE_MAX_ISA=DEFAULT \ 24 -DEMBREE_MAX_ISA=DEFAULT \
28 -DEMBREE_TUTORIALS=OFF \ 25 -DEMBREE_TUTORIALS=OFF \
29 -DEMBREE_ISPC_SUPPORT=ON \ 26 -DEMBREE_ISPC_SUPPORT=ON \
27 -DEMBREE_ZIP_MODE=OFF \
30 " 28 "
29
30UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$"