summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.6.0.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-08-25 01:22:20 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-08-25 01:22:20 +0800
commit0a48a4657df3aa518a82e4e3225aa4481f4d4c0f (patch)
tree0d70fdf380717341d91543a8f9b6fbdd86eda05f /dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.6.0.bb
parentd369b1c0c12d6579ae97ac0116f60d7fcc47c9dd (diff)
downloadmeta-intel-0a48a4657df3aa518a82e4e3225aa4481f4d4c0f.tar.gz
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 <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.6.0.bb')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.6.0.bb32
1 files changed, 0 insertions, 32 deletions
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 @@
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=456d31cabdb289fd00768487c902e9e9"
10
11inherit pkgconfig cmake
12
13S = "${WORKDIR}/git"
14
15SRC_URI = "git://github.com/ospray/ospray.git;protocol=https \
16 file://0001-Fix-GCC11-Compile-Error-in-benchmark_register.h.patch \
17 "
18SRCREV = "6462fd89e9bd0b4692db01199f3a8651664d5496"
19
20COMPATIBLE_HOST = '(x86_64).*-linux'
21
22DEPENDS = "rkcommon ispc-native openvkl embree"
23
24EXTRA_OECMAKE += " \
25 -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \
26 "
27PACKAGES =+ "${PN}-apps"
28FILES:${PN}-apps = "\
29 ${bindir} \
30 "
31
32UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$"