diff options
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 | ||
17 | inherit pkgconfig cmake | 17 | inherit pkgconfig cmake |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | ||
20 | |||
21 | SRC_URI = "git://github.com/openvkl/openvkl.git;protocol=https;branch=master \ | 19 | SRC_URI = "git://github.com/openvkl/openvkl.git;protocol=https;branch=master \ |
22 | " | 20 | " |
23 | SRCREV = "b2cfd8ab94420489e2ed9a25fb0d512c2577e5de" | 21 | SRCREV = "8c6ba526813b871a624cb9d73d4cbb689ac7f4ce" |
24 | 22 | ||
25 | COMPATIBLE_HOST = '(x86_64).*-linux' | 23 | COMPATIBLE_HOST = '(x86_64).*-linux' |
24 | COMPATIBLE_HOST:libc-musl = "null" | ||
26 | 25 | ||
27 | DEPENDS = "ispc-native rkcommon embree" | 26 | DEPENDS = "ispc ispc-native rkcommon embree" |
28 | 27 | ||
29 | EXTRA_OECMAKE += " \ | 28 | EXTRA_OECMAKE += " \ |
30 | -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ | 29 | -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ |
31 | " | 30 | " |
31 | EXTRA_OECMAKE:intel-corei7-64 += " \ | ||
32 | -DOPENVKL_ISA_AVX=OFF \ | ||
33 | -DOPENVKL_ISA_AVX2=OFF \ | ||
34 | -DOPENVKL_ISA_AVX512SKX=OFF \ | ||
35 | " | ||
36 | |||
32 | PACKAGES =+ "${PN}-examples" | 37 | PACKAGES =+ "${PN}-examples" |
33 | FILES:${PN}-examples = "\ | 38 | FILES:${PN}-examples = "\ |
34 | ${bindir} \ | 39 | ${bindir} \ |