meta-intel/recipes-devtools/ngraph/ngraph_0.22.1.bb
Anuj Mittal 420247ef2d ngraph: add recipe
nGraph Library is an open-source C++ library and runtime/compiler suite
for Deep Learning ecosystem. For more details, see:

https://www.intel.ai/ngraph/

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-09-13 09:28:53 +08:00

24 lines
706 B
BlitzBasic

SUMMARY = "nGraph Compiler Stack"
DESCRIPTION = "nGraph Compiler aims to accelerate developing AI workloads using \
any deep learning framework and deploying to a variety of \
hardware targets."
HOMEPAGE = "https://www.ngraph.ai"
SRC_URI = "git://github.com/NervanaSystems/ngraph.git;protocol=https;branch=r0.22 \
file://0001-ngraph-compile-for-DLDT-R2.patch;striplevel=2 \
"
SRCREV = "6818cc5fae57a46d8558c9fd112e04c57a35e0fa"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://../LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
S = "${WORKDIR}/git/src"
inherit cmake
OECMAKE_GENERATOR = "Unix Makefiles"
FILES_${PN}-dev = "${includedir}"
FILES_${PN} += "${libdir}/libngraph.so"