From 0a48a4657df3aa518a82e4e3225aa4481f4d4c0f Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 25 Aug 2021 01:22:20 +0800 Subject: ospray: upgrade 2.6.0 -> 2.7.0 Disable building of benchmark and test tools for now as they need external dependencies. Release notes: https://github.com/ospray/ospray/releases/tag/v2.7.0 Signed-off-by: Anuj Mittal --- .../recipes-oneapi/ospray/ospray_2.6.0.bb | 32 -------------------- .../recipes-oneapi/ospray/ospray_2.7.0.bb | 34 ++++++++++++++++++++++ 2 files changed, 34 insertions(+), 32 deletions(-) delete mode 100644 dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.6.0.bb create mode 100644 dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.7.0.bb diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.6.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.6.0.bb deleted file mode 100644 index d7f63a3a..00000000 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.6.0.bb +++ /dev/null @@ -1,32 +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=456d31cabdb289fd00768487c902e9e9" - -inherit pkgconfig cmake - -S = "${WORKDIR}/git" - -SRC_URI = "git://github.com/ospray/ospray.git;protocol=https \ - file://0001-Fix-GCC11-Compile-Error-in-benchmark_register.h.patch \ - " -SRCREV = "6462fd89e9bd0b4692db01199f3a8651664d5496" - -COMPATIBLE_HOST = '(x86_64).*-linux' - -DEPENDS = "rkcommon ispc-native openvkl embree" - -EXTRA_OECMAKE += " \ - -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ - " -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.7.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.7.0.bb new file mode 100644 index 00000000..fecbe102 --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.7.0.bb @@ -0,0 +1,34 @@ +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 \ + " +SRCREV = "a783bf987cff6a2d70a2dfce6732d7f2572703bd" + +COMPATIBLE_HOST = '(x86_64).*-linux' + +DEPENDS = "rkcommon ispc-native openvkl embree" + +EXTRA_OECMAKE += " \ + -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ + -DOSPRAY_APPS_BENCHMARK=OFF \ + -DOSPRAY_APPS_TESTING=OFF \ + " + +PACKAGES =+ "${PN}-apps" +FILES:${PN}-apps = "\ + ${bindir} \ + " + +UPSTREAM_CHECK_GITTAGREGEX = "^v(?P(\d+(\.\d+)+))$" -- cgit v1.2.3-54-g00ecf