diff options
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-oneapi/ospray')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb (renamed from dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.10.0.bb) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.10.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb index bd0d41d8..d4e85cbc 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.10.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_3.2.0.bb | |||
@@ -6,26 +6,26 @@ HOMEPAGE = "https://www.ospray.org/" | |||
6 | 6 | ||
7 | LICENSE = "Apache-2.0 & BSD-3-Clause & MIT & Zlib" | 7 | LICENSE = "Apache-2.0 & BSD-3-Clause & MIT & Zlib" |
8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1dece7821bf3fd70fe1309eaa37d52a2 \ | 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1dece7821bf3fd70fe1309eaa37d52a2 \ |
9 | file://third-party-programs.txt;md5=7cccb4c920e5b7de8eddf8a5d408d900 \ | 9 | file://third-party-programs.txt;md5=e37b77e3bd997abccc359c710fb1f1db \ |
10 | " | 10 | " |
11 | 11 | ||
12 | inherit pkgconfig cmake | 12 | inherit pkgconfig cmake |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ | 14 | SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ |
17 | " | 15 | git://github.com/nothings/stb;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/apps/common/external/stb_image/stb;name=stb;nobranch=1 \ |
18 | SRCREV = "fdda0889f9143a8b20f26389c22d1691f1a6a527" | 16 | " |
17 | SRCREV = "85af2929937d516997451cbd52d352cf93125ed2" | ||
19 | 18 | ||
20 | COMPATIBLE_HOST = '(x86_64).*-linux' | 19 | COMPATIBLE_HOST = '(x86_64).*-linux' |
21 | COMPATIBLE_HOST:libc-musl = "null" | 20 | COMPATIBLE_HOST:libc-musl = "null" |
22 | 21 | ||
23 | DEPENDS = "rkcommon ispc-native openvkl embree" | 22 | DEPENDS = "rkcommon ispc ispc-native openvkl embree" |
24 | 23 | ||
25 | EXTRA_OECMAKE += " \ | 24 | EXTRA_OECMAKE += " \ |
26 | -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ | 25 | -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ |
27 | -DOSPRAY_ENABLE_APPS_BENCHMARK=OFF \ | 26 | -DOSPRAY_ENABLE_APPS_BENCHMARK=OFF \ |
28 | -DOSPRAY_ENABLE_APPS_TESTING=OFF \ | 27 | -DOSPRAY_ENABLE_APPS_TESTING=OFF \ |
28 | -DOSPRAY_ENABLE_APPS_EXAMPLES=OFF \ | ||
29 | " | 29 | " |
30 | 30 | ||
31 | PACKAGES =+ "${PN}-apps" | 31 | PACKAGES =+ "${PN}-apps" |