From ec5c324ae8f1e7b3da574267d4533c758a3ecfcf Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 7 Apr 2020 22:26:00 +0800 Subject: ngraph: upgrade 0.22.1 -> 2.29.0-rc0 Signed-off-by: Anuj Mittal --- recipes-devtools/ngraph/ngraph_0.22.1.bb | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 recipes-devtools/ngraph/ngraph_0.22.1.bb (limited to 'recipes-devtools/ngraph/ngraph_0.22.1.bb') diff --git a/recipes-devtools/ngraph/ngraph_0.22.1.bb b/recipes-devtools/ngraph/ngraph_0.22.1.bb deleted file mode 100644 index fa6427b3..00000000 --- a/recipes-devtools/ngraph/ngraph_0.22.1.bb +++ /dev/null @@ -1,23 +0,0 @@ -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" -- cgit v1.2.3-54-g00ecf