From f709b3f2b05e2ac73c6734dc2a213382b5eaf579 Mon Sep 17 00:00:00 2001 From: Yogesh Tyagi Date: Fri, 23 Sep 2022 15:33:53 +0800 Subject: 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 Signed-off-by: Anuj Mittal (cherry picked from commit 948757b8f6064043c2c1671fa02fa834d86a042c) Signed-off-by: Anuj Mittal --- .../recipes-oneapi/embree/embree_3.13.4.bb | 31 ---------------------- .../recipes-oneapi/embree/embree_3.13.5.bb | 30 +++++++++++++++++++++ 2 files changed, 30 insertions(+), 31 deletions(-) delete mode 100644 dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.4.bb create mode 100644 dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.5.bb diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.4.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.4.bb deleted file mode 100644 index 98652e07..00000000 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.4.bb +++ /dev/null @@ -1,31 +0,0 @@ -SUMMARY = "Collection of high-performance ray tracing kernels" -DESCRIPTION = "A collection of high-performance ray tracing kernels \ -intended to graphics application engineers that want to improve the \ -performance of their application." -HOMEPAGE = "https://github.com/embree/embree" - -LICENSE = "Apache-2.0 & syrah" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \ - file://third-party-programs.txt;md5=86f6028ba2138fe41ac5c121d0a3518e \ - file://common/math/transcendental.h;beginline=6;endline=8;md5=73380bb2ab6613b30b8464f114bd0ca8" - -inherit pkgconfig cmake - -S = "${WORKDIR}/git" - -SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=master \ - " -SRCREV = "489b746c0d5010e0da10345e9dc96768bec9a037" - -COMPATIBLE_HOST = '(x86_64).*-linux' -COMPATIBLE_HOST:libc-musl = "null" - -DEPENDS = "tbb jpeg libpng glfw ispc-native" - -EXTRA_OECMAKE += " \ - -DEMBREE_ISPC_SUPPORT=OFF \ - -DEMBREE_IGNORE_CMAKE_CXX_FLAGS=OFF \ - -DEMBREE_MAX_ISA=DEFAULT \ - -DEMBREE_TUTORIALS=OFF \ - -DEMBREE_ISPC_SUPPORT=ON \ - " 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 @@ +SUMMARY = "Collection of high-performance ray tracing kernels" +DESCRIPTION = "A collection of high-performance ray tracing kernels \ +intended to graphics application engineers that want to improve the \ +performance of their application." +HOMEPAGE = "https://github.com/embree/embree" + +LICENSE = "Apache-2.0 & syrah" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \ + file://third-party-programs.txt;md5=86f6028ba2138fe41ac5c121d0a3518e \ + file://common/math/transcendental.h;beginline=6;endline=8;md5=73380bb2ab6613b30b8464f114bd0ca8" + +inherit pkgconfig cmake + +S = "${WORKDIR}/git" + +SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=devel3" +SRCREV = "698442324ccddd11725fb8875275dc1384f7fb40" + +COMPATIBLE_HOST = '(x86_64).*-linux' +COMPATIBLE_HOST:libc-musl = "null" + +DEPENDS = "tbb jpeg libpng glfw ispc-native" + +EXTRA_OECMAKE += " \ + -DEMBREE_ISPC_SUPPORT=OFF \ + -DEMBREE_IGNORE_CMAKE_CXX_FLAGS=OFF \ + -DEMBREE_MAX_ISA=DEFAULT \ + -DEMBREE_TUTORIALS=OFF \ + -DEMBREE_ISPC_SUPPORT=ON \ + " -- cgit v1.2.3-54-g00ecf