diff options
| author | Naveen Saini <naveen.kumar.saini@intel.com> | 2022-03-07 14:10:59 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2022-03-07 16:14:46 +0800 |
| commit | d32f8016e09dd5a64a0b09d3fa26a40aeb8f7112 (patch) | |
| tree | 437d74680e1bd34edab733f7592020740a9c3f35 | |
| parent | 2bde8e7514da2f3a35e7d62b19e302745ece7869 (diff) | |
| download | meta-intel-d32f8016e09dd5a64a0b09d3fa26a40aeb8f7112.tar.gz | |
ospray: upgrade 2.8.0 -> 2.9.0
CMake variables changed in this release:
OSPRAY_ENABLE_APPS_BENCHMARK replaces OSPRAY_APPS_BENCHMARK
OSPRAY_ENABLE_APPS_TESTING replaces OSPRAY_APPS_TESTING
Release notes can be found here:
https://github.com/ospray/ospray/releases/tag/v2.9.0
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.9.0.bb (renamed from dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.8.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.8.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.9.0.bb index b6b789c2..8c1586e8 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.8.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.9.0.bb | |||
| @@ -14,7 +14,7 @@ S = "${WORKDIR}/git" | |||
| 14 | 14 | ||
| 15 | SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ | 15 | SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ |
| 16 | " | 16 | " |
| 17 | SRCREV = "fe4b3806f8626b22defbeda172609aa7c8c74a2e" | 17 | SRCREV = "bc891f413f5657a31faa273992fda61d3666eef7" |
| 18 | 18 | ||
| 19 | COMPATIBLE_HOST = '(x86_64).*-linux' | 19 | COMPATIBLE_HOST = '(x86_64).*-linux' |
| 20 | 20 | ||
| @@ -22,8 +22,8 @@ DEPENDS = "rkcommon ispc-native openvkl embree" | |||
| 22 | 22 | ||
| 23 | EXTRA_OECMAKE += " \ | 23 | EXTRA_OECMAKE += " \ |
| 24 | -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ | 24 | -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ |
| 25 | -DOSPRAY_APPS_BENCHMARK=OFF \ | 25 | -DOSPRAY_ENABLE_APPS_BENCHMARK=OFF \ |
| 26 | -DOSPRAY_APPS_TESTING=OFF \ | 26 | -DOSPRAY_ENABLE_APPS_TESTING=OFF \ |
| 27 | " | 27 | " |
| 28 | 28 | ||
| 29 | PACKAGES =+ "${PN}-apps" | 29 | PACKAGES =+ "${PN}-apps" |
