From 024ff7f7128334724cca62abe50a7eb92370a74e Mon Sep 17 00:00:00 2001 From: Yogesh Tyagi Date: Fri, 7 Jul 2023 17:23:15 +0530 Subject: ospray : upgrade 2.11.0 -> 2.12.0 Signed-off-by: Yogesh Tyagi Signed-off-by: Naveen Saini --- .../recipes-oneapi/ospray/ospray_2.11.0.bb | 36 ---------------------- .../recipes-oneapi/ospray/ospray_2.12.0.bb | 36 ++++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.11.0.bb create mode 100644 dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.12.0.bb (limited to 'dynamic-layers/openembedded-layer') diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.11.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.11.0.bb deleted file mode 100644 index 6ea2333e..00000000 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.11.0.bb +++ /dev/null @@ -1,36 +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=978092834060d3f38dbcb11ade918e2c \ - " - -inherit pkgconfig cmake - -S = "${WORKDIR}/git" - -SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ - " -SRCREV = "cdb39c88a2fb806feaae30de897acd30297f8e94" - -COMPATIBLE_HOST = '(x86_64).*-linux' -COMPATIBLE_HOST:libc-musl = "null" - -DEPENDS = "rkcommon ispc 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.12.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.12.0.bb new file mode 100644 index 00000000..06de3db6 --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.12.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=978092834060d3f38dbcb11ade918e2c \ + " + +inherit pkgconfig cmake + +S = "${WORKDIR}/git" + +SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ + " +SRCREV = "08111292f4671ed8822e7e0374080d75c15538a2" + +COMPATIBLE_HOST = '(x86_64).*-linux' +COMPATIBLE_HOST:libc-musl = "null" + +DEPENDS = "rkcommon ispc 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