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.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 | ||
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 = "ec551ea08cbceab187326e2358fdc1ceeffaf1d6" | 21 | SRCREV = "8c6ba526813b871a624cb9d73d4cbb689ac7f4ce" |
24 | 22 | ||
25 | COMPATIBLE_HOST = '(x86_64).*-linux' | 23 | COMPATIBLE_HOST = '(x86_64).*-linux' |
26 | COMPATIBLE_HOST:libc-musl = "null" | 24 | COMPATIBLE_HOST:libc-musl = "null" |
27 | 25 | ||
28 | DEPENDS = "ispc-native rkcommon embree" | 26 | DEPENDS = "ispc ispc-native rkcommon embree" |
29 | 27 | ||
30 | EXTRA_OECMAKE += " \ | 28 | EXTRA_OECMAKE += " \ |
31 | -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ | 29 | -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ |
32 | " | 30 | " |
31 | EXTRA_OECMAKE:intel-corei7-64 += " \ | ||
32 | -DOPENVKL_ISA_AVX=OFF \ | ||
33 | -DOPENVKL_ISA_AVX2=OFF \ | ||
34 | -DOPENVKL_ISA_AVX512SKX=OFF \ | ||
35 | " | ||
36 | |||
33 | PACKAGES =+ "${PN}-examples" | 37 | PACKAGES =+ "${PN}-examples" |
34 | FILES:${PN}-examples = "\ | 38 | FILES:${PN}-examples = "\ |
35 | ${bindir} \ | 39 | ${bindir} \ |