From dc19c9bb006de4012257033de3673120a2920c0c Mon Sep 17 00:00:00 2001 From: Teoh Suh Haw Date: Wed, 17 May 2023 12:49:39 +0800 Subject: 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 Signed-off-by: Anuj Mittal --- .../recipes-oneapi/embree/embree_4.0.1.bb | 30 ---------------------- .../recipes-oneapi/embree/embree_4.1.0.bb | 30 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.0.1.bb create mode 100644 dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.1.0.bb diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.0.1.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.0.1.bb deleted file mode 100644 index ae702afa..00000000 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.0.1.bb +++ /dev/null @@ -1,30 +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=f989f5b74cfff0d45d3ccf0e1366cbdc \ - 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 = "02192dc3f91ea86bd96a8352c91bfda833c509ae" - -COMPATIBLE_HOST = '(x86_64).*-linux' -COMPATIBLE_HOST:libc-musl = "null" - -DEPENDS = "tbb jpeg libpng glfw ispc-native" - -EXTRA_OECMAKE += " \ - -DEMBREE_IGNORE_CMAKE_CXX_FLAGS=OFF \ - -DEMBREE_MAX_ISA=DEFAULT \ - -DEMBREE_TUTORIALS=OFF \ - -DEMBREE_ISPC_SUPPORT=ON \ - -DEMBREE_ZIP_MODE=OFF \ - " 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 @@ +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=f989f5b74cfff0d45d3ccf0e1366cbdc \ + 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 = "0fcb306c9176221219dd15e27fe0527ed334948f" + +COMPATIBLE_HOST = '(x86_64).*-linux' +COMPATIBLE_HOST:libc-musl = "null" + +DEPENDS = "tbb jpeg libpng glfw ispc-native" + +EXTRA_OECMAKE += " \ + -DEMBREE_IGNORE_CMAKE_CXX_FLAGS=OFF \ + -DEMBREE_MAX_ISA=DEFAULT \ + -DEMBREE_TUTORIALS=OFF \ + -DEMBREE_ISPC_SUPPORT=ON \ + -DEMBREE_ZIP_MODE=OFF \ + " -- cgit v1.2.3-54-g00ecf