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.0.1.bb)15
1 files changed, 10 insertions, 5 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.0.1.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_2.0.1.bb
index 31cc5703..1b0b32ed 100644
--- a/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.0.1.bb
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_2.0.1.bb
@@ -16,19 +16,24 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \
16 16
17inherit pkgconfig cmake 17inherit pkgconfig cmake
18 18
19S = "${WORKDIR}/git" 19SRC_URI = "git://github.com/openvkl/openvkl.git;protocol=https;branch=master \
20
21SRC_URI = "git://github.com/openvkl/openvkl.git;protocol=https \
22 " 20 "
23SRCREV = "dcdd2e1f839ca03c6fe6036d824a5db1cdaabcdb" 21SRCREV = "8c6ba526813b871a624cb9d73d4cbb689ac7f4ce"
24 22
25COMPATIBLE_HOST = '(x86_64).*-linux' 23COMPATIBLE_HOST = '(x86_64).*-linux'
24COMPATIBLE_HOST:libc-musl = "null"
26 25
27DEPENDS = "ispc-native rkcommon embree" 26DEPENDS = "ispc ispc-native rkcommon embree"
28 27
29EXTRA_OECMAKE += " \ 28EXTRA_OECMAKE += " \
30 -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ 29 -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \
31 " 30 "
31EXTRA_OECMAKE:intel-corei7-64 += " \
32 -DOPENVKL_ISA_AVX=OFF \
33 -DOPENVKL_ISA_AVX2=OFF \
34 -DOPENVKL_ISA_AVX512SKX=OFF \
35 "
36
32PACKAGES =+ "${PN}-examples" 37PACKAGES =+ "${PN}-examples"
33FILES:${PN}-examples = "\ 38FILES:${PN}-examples = "\
34 ${bindir} \ 39 ${bindir} \