summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-oneapi/ospray
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-oneapi/ospray')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.7.1.bb34
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb38
2 files changed, 38 insertions, 34 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.7.1.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.7.1.bb
deleted file mode 100644
index 2bd4648e..00000000
--- a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.7.1.bb
+++ /dev/null
@@ -1,34 +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 \
16 "
17SRCREV = "5269850081d1c7d6da59b3c4f3cbac5c732374ba"
18
19COMPATIBLE_HOST = '(x86_64).*-linux'
20
21DEPENDS = "rkcommon ispc-native openvkl embree"
22
23EXTRA_OECMAKE += " \
24 -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \
25 -DOSPRAY_APPS_BENCHMARK=OFF \
26 -DOSPRAY_APPS_TESTING=OFF \
27 "
28
29PACKAGES =+ "${PN}-apps"
30FILES:${PN}-apps = "\
31 ${bindir} \
32 "
33
34UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$"
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb
new file mode 100644
index 00000000..609e5dc3
--- /dev/null
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb
@@ -0,0 +1,38 @@
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=e37b77e3bd997abccc359c710fb1f1db \
10 "
11
12inherit pkgconfig cmake
13
14SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master;name=ospray \
15 git://github.com/nothings/stb;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/apps/common/external/stb_image/stb;name=stb;nobranch=1 \
16 "
17SRCREV_ospray ?= "85af2929937d516997451cbd52d352cf93125ed2"
18SRCREV_stb ?= "af1a5bc36dff44f0a019df21c271db697d51f1a6"
19SRCREV_FORMAT = "ospray_stb"
20
21COMPATIBLE_HOST = '(x86_64).*-linux'
22COMPATIBLE_HOST:libc-musl = "null"
23
24DEPENDS = "rkcommon ispc ispc-native openvkl embree"
25
26EXTRA_OECMAKE += " \
27 -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \
28 -DOSPRAY_ENABLE_APPS_BENCHMARK=OFF \
29 -DOSPRAY_ENABLE_APPS_TESTING=OFF \
30 -DOSPRAY_ENABLE_APPS_EXAMPLES=OFF \
31 "
32
33PACKAGES =+ "${PN}-apps"
34FILES:${PN}-apps = "\
35 ${bindir} \
36 "
37
38UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$"