From 3acc084030ceccb6e8a2ca48a668faab7cb456ff Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 8 Oct 2020 07:53:11 +0800 Subject: ngraph: remove Starting with OpenVINO 2020.2, ngraph has been merged in OpenVINO. Signed-off-by: Anuj Mittal --- recipes-devtools/ngraph/ngraph_0.29.0-rc0.bb | 34 ---------------------------- 1 file changed, 34 deletions(-) delete mode 100644 recipes-devtools/ngraph/ngraph_0.29.0-rc0.bb (limited to 'recipes-devtools/ngraph/ngraph_0.29.0-rc0.bb') diff --git a/recipes-devtools/ngraph/ngraph_0.29.0-rc0.bb b/recipes-devtools/ngraph/ngraph_0.29.0-rc0.bb deleted file mode 100644 index e0170681..00000000 --- a/recipes-devtools/ngraph/ngraph_0.29.0-rc0.bb +++ /dev/null @@ -1,34 +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 \ - file://0001-install-cmake-modules-correctly.patch \ - " - -SRCREV = "b8419c354e5fc70805f1501d7dfff533ac790bec" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" - -S = "${WORKDIR}/git" - -inherit cmake - -OECMAKE_GENERATOR = "Unix Makefiles" - -EXTRA_OECMAKE += " \ - -DNGRAPH_CPU_ENABLE=FALSE \ - -DNGRAPH_UNIT_TEST_ENABLE=FALSE \ - -DNGRAPH_TEST_UTIL_ENABLE=FALSE \ - -DNGRAPH_INTERPRETER_ENABLE=FALSE \ - -DNGRAPH_JSON_ENABLE=FALSE \ - -DNGRAPH_NATIVE_ARCH_ENABLE=FALSE \ - -DNGRAPH_TOOLS_ENABLE=FALSE \ - -DNGRAPH_NOP_ENABLE=FALSE \ - -DNGRAPH_GENERIC_CPU_ENABLE=FALSE \ - -DNGRAPH_LIB_VERSIONING_ENABLE=TRUE \ - -DNGRAPH_CURRENT_RELEASE_TAG=0.29.0-rc0 \ - " -- cgit v1.2.3-54-g00ecf