systemlibs: unbundle wrapt

Signed-off-by: Jason Zaman <jason@perfinion.com>
This commit is contained in:
Jason Zaman 2019-04-14 21:12:34 +08:00
parent 3c84edc32c
commit 64a71153f5
3 changed files with 6 additions and 0 deletions
tensorflow
third_party/systemlibs

View File

@ -899,6 +899,7 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
build_file = clean_dep("//third_party:wrapt.BUILD"),
sha256 = "8a6fb40e8f8b6a66b4ba81a4044c68e6a7b1782f21cfabc06fb765332b4c3e51",
strip_prefix = "wrapt-1.11.1/src/wrapt",
system_build_file = clean_dep("//third_party/systemlibs:wrapt.BUILD"),
urls = [
"http://mirror.tensorflow.org/github.com/GrahamDumpleton/wrapt/archive/1.11.1.tar.gz",
"https://github.com/GrahamDumpleton/wrapt/archive/1.11.1.tar.gz",

View File

@ -40,6 +40,7 @@ VALID_LIBS = [
"snappy",
"swig",
"termcolor_archive",
"wrapt",
"zlib_archive",
]

4
third_party/systemlibs/wrapt.BUILD vendored Normal file
View File

@ -0,0 +1,4 @@
py_library(
name = "wrapt",
visibility = ["//visibility:public"],
)