mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00

Use the convert-overrides.py to convert to new syntax and manually fix some additional changes. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
25 lines
660 B
BlitzBasic
25 lines
660 B
BlitzBasic
SUMMARY = "VC Intrinsics"
|
|
DESCRIPTION = "VC Intrinsics project contains a set of new intrinsics on \
|
|
top of core LLVM IR instructions that represent SIMD semantics of a program \
|
|
targeting GPU"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://Readme.md;beginline=1;endline=25;md5=607994952928db68a8a86574f661b914"
|
|
|
|
SRC_URI = "git://github.com/intel/vc-intrinsics.git;protocol=https; \
|
|
"
|
|
SRCREV = "efec192d98e6d8ad611025d2cefd7a31cbc1d44b"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake
|
|
|
|
COMPATIBLE_HOST = '(x86_64).*-linux'
|
|
COMPATIBLE_HOST:libc-musl = "null"
|
|
|
|
DEPENDS += " clang"
|
|
|
|
EXTRA_OECMAKE = "-DLLVM_DIR=${STAGING_LIBDIR}"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|