From 79486754252c139aaf3b41e3699bc98785b47891 Mon Sep 17 00:00:00 2001 From: Yogesh Tyagi Date: Mon, 25 Jul 2022 21:10:59 +0800 Subject: ospray : upgrade 2.9.0 -> 2.10.0 Release Notes: https://github.com/ospray/ospray/releases/tag/v2.10.0 License-Update: copyright years updated Signed-off-by: Yogesh Tyagi Signed-off-by: Anuj Mittal --- .../recipes-oneapi/ospray/ospray_2.10.0.bb | 36 ++++++++++++++++++++++ .../recipes-oneapi/ospray/ospray_2.9.0.bb | 35 --------------------- 2 files changed, 36 insertions(+), 35 deletions(-) create mode 100644 dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.10.0.bb delete mode 100644 dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.9.0.bb diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.10.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.10.0.bb new file mode 100644 index 00000000..bd0d41d8 --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.10.0.bb @@ -0,0 +1,36 @@ +SUMMARY = "Intel OSPray, Ray Tracing based Rendering Engine" +DESCRIPTION = "Intel OSPRay is an open source, scalable, and portable ray \ +tracing engine for high-performance, high-fidelity visualization on \ +Intel Architecture CPUs." +HOMEPAGE = "https://www.ospray.org/" + +LICENSE = "Apache-2.0 & BSD-3-Clause & MIT & Zlib" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1dece7821bf3fd70fe1309eaa37d52a2 \ + file://third-party-programs.txt;md5=7cccb4c920e5b7de8eddf8a5d408d900 \ + " + +inherit pkgconfig cmake + +S = "${WORKDIR}/git" + +SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ + " +SRCREV = "fdda0889f9143a8b20f26389c22d1691f1a6a527" + +COMPATIBLE_HOST = '(x86_64).*-linux' +COMPATIBLE_HOST:libc-musl = "null" + +DEPENDS = "rkcommon ispc-native openvkl embree" + +EXTRA_OECMAKE += " \ + -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ + -DOSPRAY_ENABLE_APPS_BENCHMARK=OFF \ + -DOSPRAY_ENABLE_APPS_TESTING=OFF \ + " + +PACKAGES =+ "${PN}-apps" +FILES:${PN}-apps = "\ + ${bindir} \ + " + +UPSTREAM_CHECK_GITTAGREGEX = "^v(?P(\d+(\.\d+)+))$" diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.9.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.9.0.bb deleted file mode 100644 index cd70ecd8..00000000 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.9.0.bb +++ /dev/null @@ -1,35 +0,0 @@ -SUMMARY = "Intel OSPray, Ray Tracing based Rendering Engine" -DESCRIPTION = "Intel OSPRay is an open source, scalable, and portable ray \ -tracing engine for high-performance, high-fidelity visualization on \ -Intel Architecture CPUs." -HOMEPAGE = "https://www.ospray.org/" - -LICENSE = "Apache-2.0 & BSD-3-Clause & MIT & Zlib" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1dece7821bf3fd70fe1309eaa37d52a2 \ - file://third-party-programs.txt;md5=d0b3d9b55b2ccd6a3bffc374cf2d5563" - -inherit pkgconfig cmake - -S = "${WORKDIR}/git" - -SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ - " -SRCREV = "bc891f413f5657a31faa273992fda61d3666eef7" - -COMPATIBLE_HOST = '(x86_64).*-linux' -COMPATIBLE_HOST:libc-musl = "null" - -DEPENDS = "rkcommon ispc-native openvkl embree" - -EXTRA_OECMAKE += " \ - -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ - -DOSPRAY_ENABLE_APPS_BENCHMARK=OFF \ - -DOSPRAY_ENABLE_APPS_TESTING=OFF \ - " - -PACKAGES =+ "${PN}-apps" -FILES:${PN}-apps = "\ - ${bindir} \ - " - -UPSTREAM_CHECK_GITTAGREGEX = "^v(?P(\d+(\.\d+)+))$" -- cgit v1.2.3-54-g00ecf