summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.9.0.bb
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2022-07-25 21:10:59 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-07-27 19:03:08 +0800
commit79486754252c139aaf3b41e3699bc98785b47891 (patch)
tree6a10a29f45abefc95a0d9ee8941217ab56c984d5 /dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.9.0.bb
parent6eb22e6412637bba7c1572bf302c45ca4ac20c22 (diff)
downloadmeta-intel-79486754252c139aaf3b41e3699bc98785b47891.tar.gz
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 <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.9.0.bb')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.9.0.bb35
1 files changed, 0 insertions, 35 deletions
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 @@
1SUMMARY = "Intel OSPray, Ray Tracing based Rendering Engine"
2DESCRIPTION = "Intel OSPRay is an open source, scalable, and portable ray \
3tracing engine for high-performance, high-fidelity visualization on \
4Intel Architecture CPUs."
5HOMEPAGE = "https://www.ospray.org/"
6
7LICENSE = "Apache-2.0 & BSD-3-Clause & MIT & Zlib"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1dece7821bf3fd70fe1309eaa37d52a2 \
9 file://third-party-programs.txt;md5=d0b3d9b55b2ccd6a3bffc374cf2d5563"
10
11inherit pkgconfig cmake
12
13S = "${WORKDIR}/git"
14
15SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \
16 "
17SRCREV = "bc891f413f5657a31faa273992fda61d3666eef7"
18
19COMPATIBLE_HOST = '(x86_64).*-linux'
20COMPATIBLE_HOST:libc-musl = "null"
21
22DEPENDS = "rkcommon ispc-native openvkl embree"
23
24EXTRA_OECMAKE += " \
25 -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \
26 -DOSPRAY_ENABLE_APPS_BENCHMARK=OFF \
27 -DOSPRAY_ENABLE_APPS_TESTING=OFF \
28 "
29
30PACKAGES =+ "${PN}-apps"
31FILES:${PN}-apps = "\
32 ${bindir} \
33 "
34
35UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$"