systemlibs: unbundle gast
This commit is contained in:
parent
5fc39bd5d6
commit
f5d29a57ca
@ -324,6 +324,7 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
|
||||
sha256 = "7068908321ecd2774f145193c4b34a11305bd104b4551b09273dfd1d6a374930",
|
||||
strip_prefix = "gast-0.2.0",
|
||||
build_file = clean_dep("//third_party:gast.BUILD"),
|
||||
system_build_file = clean_dep("//third_party/systemlibs:gast.BUILD"),
|
||||
)
|
||||
|
||||
tf_http_archive(
|
||||
|
12
third_party/systemlibs/gast.BUILD
vendored
Normal file
12
third_party/systemlibs/gast.BUILD
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
licenses(["notice"]) # BSD 3-clause
|
||||
|
||||
filegroup(
|
||||
name = "PKG-INFO",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
py_library(
|
||||
name = "gast",
|
||||
srcs_version = "PY2AND3",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
1
third_party/systemlibs/syslibs_configure.bzl
vendored
1
third_party/systemlibs/syslibs_configure.bzl
vendored
@ -20,6 +20,7 @@ VALID_LIBS = [
|
||||
"cython",
|
||||
"double_conversion",
|
||||
"flatbuffers",
|
||||
"gast_archive",
|
||||
"gif_archive",
|
||||
"grpc",
|
||||
"jemalloc",
|
||||
|
Loading…
Reference in New Issue
Block a user