aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/workspace.bzl')
-rw-r--r--tensorflow/workspace.bzl25
1 files changed, 18 insertions, 7 deletions
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index 18bc9a8277..1abb3abfc0 100644
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -741,19 +741,27 @@ def tf_workspace(path_prefix="", tf_repo_name=""):
]),
)
- ##############################################################################
- # TensorBoard JavaScript Production Dependencies
+ native.new_http_archive(
+ name = "io_angular_clutz",
+ build_file = "//third_party:clutz.BUILD",
+ sha256 = "2981de41d1ff4774b544423da9a2cd8beb3be649e95aef2ef2fd83957300b3fe",
+ strip_prefix = "clutz-b0db5ade9bb535d387f05292316c422790c9848e",
+ urls = [
+ "http://mirror.bazel.build/github.com/angular/clutz/archive/b0db5ade9bb535d387f05292316c422790c9848e.tar.gz", # 2017-05-22
+ "https://github.com/angular/clutz/archive/b0db5ade9bb535d387f05292316c422790c9848e.tar.gz",
+ ],
+ )
filegroup_external(
name = "com_google_javascript_closure_compiler_externs",
licenses = ["notice"], # Apache 2.0
sha256_urls_extract = {
- "0ee7b88ed2955b622eaa038bece283e28d0fb5abebfbb80871fc3d0353f0000b": [
- "http://mirror.bazel.build/github.com/google/closure-compiler/archive/v20170423.tar.gz",
- "https://github.com/google/closure-compiler/archive/v20170423.tar.gz",
+ "0f515a6ebfa138490b3c5ea9f3591ea1a7e4a930d3074f18b3eca86084ad9b66": [
+ "http://mirror.bazel.build/github.com/google/closure-compiler/archive/b37e6000001b0a6bf4c0be49024ebda14a8711d9.tar.gz", # 2017-06-02
+ "https://github.com/google/closure-compiler/archive/b37e6000001b0a6bf4c0be49024ebda14a8711d9.tar.gz",
],
},
- strip_prefix = {"v20170423.tar.gz": "closure-compiler-20170423/externs"},
+ strip_prefix = {"b37e6000001b0a6bf4c0be49024ebda14a8711d9.tar.gz": "closure-compiler-b37e6000001b0a6bf4c0be49024ebda14a8711d9/externs"},
)
filegroup_external(
@@ -761,12 +769,15 @@ def tf_workspace(path_prefix="", tf_repo_name=""):
licenses = ["notice"], # Apache 2.0
sha256_urls = {
"23baad9a200a717a821c6df504c84d3a893d7ea9102b14876eb80097e3b94292": [
- "http://mirror.bazel.build/raw.githubusercontent.com/google/closure-compiler/0e8dc5597a295ee259e3fecd98d6535dc621232f/contrib/externs/polymer-1.0.js",
+ "http://mirror.bazel.build/raw.githubusercontent.com/google/closure-compiler/0e8dc5597a295ee259e3fecd98d6535dc621232f/contrib/externs/polymer-1.0.js", # 2017-05-27
"https://raw.githubusercontent.com/google/closure-compiler/0e8dc5597a295ee259e3fecd98d6535dc621232f/contrib/externs/polymer-1.0.js",
],
},
)
+ ##############################################################################
+ # TensorBoard JavaScript Production Dependencies
+
web_library_external(
name = "com_lodash",
licenses = ["notice"], # MIT