summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.7.0.bb (renamed from dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.6.0.bb)10
1 files changed, 6 insertions, 4 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.7.0.bb
index d7f63a3a..fecbe102 100644
--- a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.6.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.7.0.bb
@@ -6,24 +6,26 @@ HOMEPAGE = "https://www.ospray.org/"
6 6
7LICENSE = "Apache-2.0 & BSD-3-Clause & MIT & Zlib" 7LICENSE = "Apache-2.0 & BSD-3-Clause & MIT & Zlib"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1dece7821bf3fd70fe1309eaa37d52a2 \ 8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1dece7821bf3fd70fe1309eaa37d52a2 \
9 file://third-party-programs.txt;md5=456d31cabdb289fd00768487c902e9e9" 9 file://third-party-programs.txt;md5=d0b3d9b55b2ccd6a3bffc374cf2d5563"
10 10
11inherit pkgconfig cmake 11inherit pkgconfig cmake
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15SRC_URI = "git://github.com/ospray/ospray.git;protocol=https \ 15SRC_URI = "git://github.com/ospray/ospray.git;protocol=https \
16 file://0001-Fix-GCC11-Compile-Error-in-benchmark_register.h.patch \
17 " 16 "
18SRCREV = "6462fd89e9bd0b4692db01199f3a8651664d5496" 17SRCREV = "a783bf987cff6a2d70a2dfce6732d7f2572703bd"
19 18
20COMPATIBLE_HOST = '(x86_64).*-linux' 19COMPATIBLE_HOST = '(x86_64).*-linux'
21 20
22DEPENDS = "rkcommon ispc-native openvkl embree" 21DEPENDS = "rkcommon ispc-native openvkl embree"
23 22
24EXTRA_OECMAKE += " \ 23EXTRA_OECMAKE += " \
25 -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ 24 -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \
25 -DOSPRAY_APPS_BENCHMARK=OFF \
26 -DOSPRAY_APPS_TESTING=OFF \
26 " 27 "
28
27PACKAGES =+ "${PN}-apps" 29PACKAGES =+ "${PN}-apps"
28FILES:${PN}-apps = "\ 30FILES:${PN}-apps = "\
29 ${bindir} \ 31 ${bindir} \