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

Use the revision just beyond newly created 0.1.0 tag and bump PE. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
28 lines
703 B
BlitzBasic
28 lines
703 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=7;md5=3b2db19c3b0877bb312b7adbcb815adc"
|
|
|
|
SRC_URI = "git://github.com/intel/vc-intrinsics.git;protocol=https;branch=master \
|
|
"
|
|
SRCREV = "99ac111c2604a47d865bd4d7996be8cfaf2af146"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PE = "1"
|
|
PV .= "+git${SRCPV}"
|
|
|
|
inherit cmake
|
|
|
|
COMPATIBLE_HOST = '(x86_64).*-linux'
|
|
COMPATIBLE_HOST:libc-musl = "null"
|
|
|
|
DEPENDS += " clang"
|
|
|
|
EXTRA_OECMAKE = "-DLLVM_DIR=${STAGING_LIBDIR}"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|