Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswex committed Apr 13, 2018
1 parent 8303fa2 commit 4fa6ca2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
19 changes: 7 additions & 12 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
workspace(name = "org_tensorflow")

## DO NOT SUBMIT
#http_archive(
# name = "io_bazel_rules_closure",
# sha256 = "6691c58a2cd30a86776dd9bb34898b041e37136f2dc7e24cadaeaf599c95c657",
# strip_prefix = "rules_closure-08039ba8ca59f64248bb3b6ae016460fe9c9914f",
# urls = [
# "https://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/08039ba8ca59f64248bb3b6ae016460fe9c9914f.tar.gz",
# "https://github.com/bazelbuild/rules_closure/archive/08039ba8ca59f64248bb3b6ae016460fe9c9914f.tar.gz", # 2018-01-16
# ],
#)
local_repository(
http_archive(
name = "io_bazel_rules_closure",
path = "/usr/local/google/home/jwexler/jameswex/rules_closure",
sha256 = "a38539c5b5c358548e75b44141b4ab637bba7c4dc02b46b1f62a96d6433f56ae",
strip_prefix = "rules_closure-dbb96841cc0a5fb2664c37822803b06dab20c7d1",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/dbb96841cc0a5fb2664c37822803b06dab20c7d1.tar.gz",
"https://github.com/bazelbuild/rules_closure/archive/dbb96841cc0a5fb2664c37822803b06dab20c7d1.tar.gz", # 2018-04-13
],
)

load("@io_bazel_rules_closure//closure:defs.bzl", "closure_repositories")
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ load(
"//third_party/mkl:build_defs.bzl",
"if_mkl",
)
load("@io_bazel_rules_closure//closure:defs.bzl","closure_proto_library")
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_proto_library")

exports_files(["ops/ops.pbtxt"])

Expand Down

0 comments on commit 4fa6ca2

Please sign in to comment.