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.1.0.bb)13
1 files changed, 9 insertions, 4 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.1.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_2.0.1.bb
index 30ae4f48..1b0b32ed 100644
--- a/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.1.0.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"
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 = "b2cfd8ab94420489e2ed9a25fb0d512c2577e5de" 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} \