aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ngraph
diff options
context:
space:
mode:
authorGravatar avijit-nervana <avijit.chakraborty@intel.com>2018-08-22 11:33:42 -0700
committerGravatar avijit-nervana <avijit.chakraborty@intel.com>2018-08-22 11:33:42 -0700
commit6528b69885fa00c21db648c004be93b823d36d0d (patch)
tree8e42adf24c988d65b3a4981622fda56999f4a073 /third_party/ngraph
parentce40173f61c79af05dcd0e0330cdb80bb179585d (diff)
Fixed the licence file names that was causing the nGraph build to fail.
Diffstat (limited to 'third_party/ngraph')
-rw-r--r--third_party/ngraph/ngraph.BUILD10
-rw-r--r--third_party/ngraph/ngraph_tf.BUILD10
-rw-r--r--third_party/ngraph/nlohmann_json.BUILD10
3 files changed, 3 insertions, 27 deletions
diff --git a/third_party/ngraph/ngraph.BUILD b/third_party/ngraph/ngraph.BUILD
index f73ce4f674..31aa3cee51 100644
--- a/third_party/ngraph/ngraph.BUILD
+++ b/third_party/ngraph/ngraph.BUILD
@@ -1,14 +1,6 @@
licenses(["notice"]) # 3-Clause BSD
-exports_files(["license.txt"])
-
-filegroup(
- name = "LICENSE",
- srcs = [
- "license.txt",
- ],
- visibility = ["//visibility:public"],
-)
+exports_files(["LICENSE"])
cc_library(
name = "ngraph_core",
diff --git a/third_party/ngraph/ngraph_tf.BUILD b/third_party/ngraph/ngraph_tf.BUILD
index 0c2c8a718f..4d96ccf2f2 100644
--- a/third_party/ngraph/ngraph_tf.BUILD
+++ b/third_party/ngraph/ngraph_tf.BUILD
@@ -1,14 +1,6 @@
licenses(["notice"]) # 3-Clause BSD
-exports_files(["license.txt"])
-
-filegroup(
- name = "LICENSE",
- srcs = [
- "license.txt",
- ],
- visibility = ["//visibility:public"],
-)
+exports_files(["LICENSE"])
load(
"@org_tensorflow//tensorflow:tensorflow.bzl",
diff --git a/third_party/ngraph/nlohmann_json.BUILD b/third_party/ngraph/nlohmann_json.BUILD
index a0b18a51cb..04c8db6a96 100644
--- a/third_party/ngraph/nlohmann_json.BUILD
+++ b/third_party/ngraph/nlohmann_json.BUILD
@@ -1,14 +1,6 @@
licenses(["notice"]) # 3-Clause BSD
-exports_files(["license.txt"])
-
-filegroup(
- name = "LICENSE",
- srcs = [
- "license.txt",
- ],
- visibility = ["//visibility:public"],
-)
+exports_files(["LICENSE.MIT"])
cc_library(
name = "nlohmann_json_lib",