systemlibs: update absl_py system lib
Signed-off-by: Jason Zaman <jason@perfinion.com>
This commit is contained in:
parent
79d8779069
commit
3c84edc32c
@ -147,11 +147,6 @@ filegroup(
|
||||
"//third_party/eigen3:LICENSE",
|
||||
"//third_party/fft2d:LICENSE",
|
||||
"//third_party/hadoop:LICENSE.txt",
|
||||
"@absl_py//absl:LICENSE",
|
||||
"@absl_py//absl/logging:LICENSE",
|
||||
"@absl_py//absl/flags:LICENSE",
|
||||
"@absl_py//absl/testing:LICENSE",
|
||||
"@absl_py//absl/third_party/unittest3_backport:LICENSE",
|
||||
"@arm_neon_2_x86_sse//:LICENSE",
|
||||
"@astor_archive//:LICENSE",
|
||||
"@boringssl//:LICENSE",
|
||||
@ -226,6 +221,15 @@ filegroup(
|
||||
"//third_party/mkl:LICENSE",
|
||||
"//third_party/mkl_dnn:LICENSE",
|
||||
]) + if_not_system_lib(
|
||||
"absl_py",
|
||||
[
|
||||
"@absl_py//absl:LICENSE",
|
||||
"@absl_py//absl/logging:LICENSE",
|
||||
"@absl_py//absl/flags:LICENSE",
|
||||
"@absl_py//absl/testing:LICENSE",
|
||||
"@absl_py//absl/third_party/unittest3_backport:LICENSE",
|
||||
],
|
||||
) + if_not_system_lib(
|
||||
"grpc",
|
||||
[
|
||||
"@grpc//:LICENSE",
|
||||
|
@ -326,6 +326,7 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
|
||||
strip_prefix = "abseil-py-pypi-v0.7.1",
|
||||
system_build_file = clean_dep("//third_party/systemlibs:absl_py.BUILD"),
|
||||
system_link_files = {
|
||||
"//third_party/systemlibs:absl_py.absl.BUILD": "absl/BUILD",
|
||||
"//third_party/systemlibs:absl_py.absl.flags.BUILD": "absl/flags/BUILD",
|
||||
"//third_party/systemlibs:absl_py.absl.testing.BUILD": "absl/testing/BUILD",
|
||||
},
|
||||
|
11
third_party/systemlibs/absl_py.absl.BUILD
vendored
Normal file
11
third_party/systemlibs/absl_py.absl.BUILD
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
filegroup(
|
||||
name = "LICENSE",
|
||||
)
|
||||
|
||||
py_library(
|
||||
name = "app",
|
||||
)
|
@ -7,5 +7,5 @@ py_library(
|
||||
|
||||
py_library(
|
||||
name = "absltest",
|
||||
visibility = ["//visiblity:public"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user