summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_1.0.bb')
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_1.0.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/dynamic-layers/clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_1.0.bb b/dynamic-layers/clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_1.0.bb
deleted file mode 100644
index 39bf5803..00000000
--- a/dynamic-layers/clang-layer/recipes-opencl/vc-intrinsics/vc-intrinsics_1.0.bb
+++ /dev/null
@@ -1,26 +0,0 @@
1SUMMARY = "VC Intrinsics"
2DESCRIPTION = "VC Intrinsics project contains a set of new intrinsics on \
3top of core LLVM IR instructions that represent SIMD semantics of a program \
4targeting GPU"
5
6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://License.md;md5=c18ea6bb4786a26bf4eee88a7424a408"
8
9SRC_URI = "git://github.com/intel/vc-intrinsics.git;protocol=https; \
10 file://0001-Use-standard-installation-directory-variables.patch \
11 "
12
13SRCREV = "c8c52b5fb14b33e32de9df573b7de186a0c97c94"
14
15S = "${WORKDIR}/git"
16
17inherit cmake
18
19COMPATIBLE_HOST = '(x86_64).*-linux'
20COMPATIBLE_HOST_libc-musl = "null"
21
22DEPENDS += " clang"
23
24EXTRA_OECMAKE = "-DLLVM_DIR=${STAGING_LIBDIR}"
25
26BBCLASSEXTEND = "native nativesdk"