summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-oneapi/openvkl')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_2.0.1.bb (renamed from dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.3.0.bb)12
1 files changed, 8 insertions, 4 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.3.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_2.0.1.bb
index 04255a3c..1b0b32ed 100644
--- a/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.3.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_2.0.1.bb
@@ -16,20 +16,24 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \
16 16
17inherit pkgconfig cmake 17inherit pkgconfig cmake
18 18
19S = "${WORKDIR}/git"
20
21SRC_URI = "git://github.com/openvkl/openvkl.git;protocol=https;branch=master \ 19SRC_URI = "git://github.com/openvkl/openvkl.git;protocol=https;branch=master \
22 " 20 "
23SRCREV = "ec551ea08cbceab187326e2358fdc1ceeffaf1d6" 21SRCREV = "8c6ba526813b871a624cb9d73d4cbb689ac7f4ce"
24 22
25COMPATIBLE_HOST = '(x86_64).*-linux' 23COMPATIBLE_HOST = '(x86_64).*-linux'
26COMPATIBLE_HOST:libc-musl = "null" 24COMPATIBLE_HOST:libc-musl = "null"
27 25
28DEPENDS = "ispc-native rkcommon embree" 26DEPENDS = "ispc ispc-native rkcommon embree"
29 27
30EXTRA_OECMAKE += " \ 28EXTRA_OECMAKE += " \
31 -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ 29 -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \
32 " 30 "
31EXTRA_OECMAKE:intel-corei7-64 += " \
32 -DOPENVKL_ISA_AVX=OFF \
33 -DOPENVKL_ISA_AVX2=OFF \
34 -DOPENVKL_ISA_AVX512SKX=OFF \
35 "
36
33PACKAGES =+ "${PN}-examples" 37PACKAGES =+ "${PN}-examples"
34FILES:${PN}-examples = "\ 38FILES:${PN}-examples = "\
35 ${bindir} \ 39 ${bindir} \