diff options
| author | Naveen Saini <naveen.kumar.saini@intel.com> | 2023-03-17 15:22:13 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2023-03-17 15:49:31 +0800 |
| commit | 476275e9c035808860a9e2e399df214a5cf349e5 (patch) | |
| tree | ed996667b9902b87e439d177281472a727907385 | |
| parent | a2657c7cea2713ab01cb044a6033fbda28704b27 (diff) | |
| download | meta-intel-476275e9c035808860a9e2e399df214a5cf349e5.tar.gz | |
ospray: upgrade 2.10.0 -> 2.11.0
Added entry for Intel(R) Implicit SPMD Program Compiler (ISPC) in
third-party-programs.txt.
Target ospray_module_cpu library build need libispcrt from ispc, so added
ispc also to DEPENDS.
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.11.0.bb (renamed from dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.10.0.bb) | 6 |
1 files changed, 3 insertions, 3 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_2.11.0.bb index bd0d41d8..6ea2333e 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.10.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/ospray/ospray_2.11.0.bb | |||
| @@ -6,7 +6,7 @@ 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=978092834060d3f38dbcb11ade918e2c \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | inherit pkgconfig cmake | 12 | inherit pkgconfig cmake |
| @@ -15,12 +15,12 @@ S = "${WORKDIR}/git" | |||
| 15 | 15 | ||
| 16 | SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ | 16 | SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \ |
| 17 | " | 17 | " |
| 18 | SRCREV = "fdda0889f9143a8b20f26389c22d1691f1a6a527" | 18 | SRCREV = "cdb39c88a2fb806feaae30de897acd30297f8e94" |
| 19 | 19 | ||
| 20 | COMPATIBLE_HOST = '(x86_64).*-linux' | 20 | COMPATIBLE_HOST = '(x86_64).*-linux' |
| 21 | COMPATIBLE_HOST:libc-musl = "null" | 21 | COMPATIBLE_HOST:libc-musl = "null" |
| 22 | 22 | ||
| 23 | DEPENDS = "rkcommon ispc-native openvkl embree" | 23 | DEPENDS = "rkcommon ispc ispc-native openvkl embree" |
| 24 | 24 | ||
| 25 | EXTRA_OECMAKE += " \ | 25 | EXTRA_OECMAKE += " \ |
| 26 | -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ | 26 | -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ |
