aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
authorGravatar Austin Anderson <angerson@google.com>2018-08-20 10:36:54 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-20 10:40:38 -0700
commit833e8803da346413676fff088ac97c4c26481a85 (patch)
treeb2dc8b20d90592c206e8b79399d88b99c6023c97 /tensorflow/workspace.bzl
parent468288f3b6bfdc20d2197ecefdb63aed7f338366 (diff)
Automated rollback of commit f35866577cb8d27a51b31f49f472e926c4359e1f
PiperOrigin-RevId: 209443205
Diffstat (limited to 'tensorflow/workspace.bzl')
-rw-r--r--tensorflow/workspace.bzl16
1 files changed, 14 insertions, 2 deletions
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index b79370a6c6..68c78c21cb 100644
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -19,10 +19,10 @@ load(
"//tensorflow/tools/def_file_filter:def_file_filter_configure.bzl",
"def_file_filter_configure",
)
-load("//third_party/flatbuffers:workspace.bzl", flatbuffers = "repo")
def initialize_third_party():
- flatbuffers()
+ # Fill in later
+ pass
# Sanitize a dependency so that it works correctly from code that includes
# TensorFlow as a submodule.
@@ -740,6 +740,18 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
build_file = clean_dep("//third_party:arm_neon_2_x86_sse.BUILD"),
)
+ tf_http_archive(
+ name = "flatbuffers",
+ strip_prefix = "flatbuffers-1.9.0",
+ sha256 = "5ca5491e4260cacae30f1a5786d109230db3f3a6e5a0eb45d0d0608293d247e3",
+ urls = [
+ "https://mirror.bazel.build/github.com/google/flatbuffers/archive/v1.9.0.tar.gz",
+ "https://github.com/google/flatbuffers/archive/v1.9.0.tar.gz",
+ ],
+ build_file = clean_dep("//third_party/flatbuffers:flatbuffers.BUILD"),
+ system_build_file = clean_dep("//third_party/systemlibs:flatbuffers.BUILD"),
+ )
+
native.new_http_archive(
name = "double_conversion",
urls = [