Fixed the licence file names that was causing the nGraph build to fail.
This commit is contained in:
parent
ce40173f61
commit
6528b69885
@ -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(),
|
||||
)
|
||||
|
||||
|
10
third_party/ngraph/ngraph.BUILD
vendored
10
third_party/ngraph/ngraph.BUILD
vendored
@ -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",
|
||||
|
10
third_party/ngraph/ngraph_tf.BUILD
vendored
10
third_party/ngraph/ngraph_tf.BUILD
vendored
@ -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",
|
||||
|
10
third_party/ngraph/nlohmann_json.BUILD
vendored
10
third_party/ngraph/nlohmann_json.BUILD
vendored
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user