aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ngraph
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/ngraph')
-rw-r--r--third_party/ngraph/ngraph.BUILD2
-rw-r--r--third_party/ngraph/tbb.BUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/third_party/ngraph/ngraph.BUILD b/third_party/ngraph/ngraph.BUILD
index 3d9c3ac044..426d49c542 100644
--- a/third_party/ngraph/ngraph.BUILD
+++ b/third_party/ngraph/ngraph.BUILD
@@ -124,8 +124,6 @@ cc_library(
"src/ngraph/pass/*.hpp",
"src/ngraph/runtime/*.cpp",
"src/ngraph/type/*.cpp",
- #"src/ngraph/runtime/interpreter/*.cpp",
- #"src/ngraph/runtime/interpreter/*.hpp",
]),
deps = [
":ngraph_headers",
diff --git a/third_party/ngraph/tbb.BUILD b/third_party/ngraph/tbb.BUILD
index 7c760cb3b3..e2096e48af 100644
--- a/third_party/ngraph/tbb.BUILD
+++ b/third_party/ngraph/tbb.BUILD
@@ -3,8 +3,11 @@ licenses(["notice"]) # 3-Clause BSD
exports_files(["LICENSE"])
# Taken from: https://github.com/rnburn/satyr/blob/master/bazel/tbb.BUILD
-# License: MIT
+# License for this BUILD file: MIT
# See: https://github.com/rnburn/satyr/blob/master/LICENSE
+#
+# License for TBB: Apache 2.0
+# See: https://github.com/01org/tbb/blob/tbb_2018/LICENSE
genrule(
name = "build_tbb",