Merge pull request #21774 from aaroey:fix_ngraph_build_error

PiperOrigin-RevId: 209682283
This commit is contained in:
TensorFlower Gardener 2018-08-21 16:43:41 -07:00
commit 30012aeb8c

View File

@ -13,6 +13,10 @@ load("//third_party/mkl:build_defs.bzl", "if_mkl", "if_mkl_ml")
load("//tensorflow:tensorflow.bzl", "if_cuda") load("//tensorflow:tensorflow.bzl", "if_cuda")
load("@local_config_syslibs//:build_defs.bzl", "if_not_system_lib") load("@local_config_syslibs//:build_defs.bzl", "if_not_system_lib")
load("//tensorflow/core:platform/default/build_config_root.bzl", "tf_additional_license_deps") load("//tensorflow/core:platform/default/build_config_root.bzl", "tf_additional_license_deps")
load(
"//third_party/ngraph:build_defs.bzl",
"if_ngraph",
)
# This returns a list of headers of all public header libraries (e.g., # This returns a list of headers of all public header libraries (e.g.,
# framework, lib), and all of the transitive dependencies of those # framework, lib), and all of the transitive dependencies of those
@ -202,7 +206,7 @@ filegroup(
"@grpc//third_party/nanopb:LICENSE.txt", "@grpc//third_party/nanopb:LICENSE.txt",
"@grpc//third_party/address_sorting:LICENSE", "@grpc//third_party/address_sorting:LICENSE",
], ],
) + if_not_windows([ ) + if_ngraph([
"@ngraph//:LICENSE", "@ngraph//:LICENSE",
"@ngraph_tf//:LICENSE", "@ngraph_tf//:LICENSE",
"@nlohmann_json_lib//:LICENSE", "@nlohmann_json_lib//:LICENSE",