Fixed the licence file names that was causing the nGraph build to fail.

This commit is contained in:
avijit-nervana 2018-08-22 11:33:42 -07:00
parent ce40173f61
commit 6528b69885
4 changed files with 4 additions and 28 deletions

View File

@ -209,7 +209,7 @@ filegroup(
) + if_ngraph([
"@ngraph//:LICENSE",
"@ngraph_tf//:LICENSE",
"@nlohmann_json_lib//:LICENSE",
"@nlohmann_json_lib//:LICENSE.MIT",
]) + tf_additional_license_deps(),
)

View File

@ -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",

View File

@ -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",

View File

@ -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",