From 4bdd3955115cc08df61cf94e16a4ea8e0f4847c4 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Tue, 21 Sep 2021 16:39:29 +0200 Subject: [PATCH] Revert "Move native_client specific WORKSPACE changes to root WORKSPACE file" This reverts commit 9b67f161e5cf1bacb51a20bd3ee8600ed1093d35. --- WORKSPACE | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/WORKSPACE b/WORKSPACE index ea741c31c7f..522ea54ac76 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -18,6 +18,18 @@ load("//tensorflow:workspace.bzl", "tf_repositories") # Please add all new TensorFlow dependencies in workspace.bzl. tf_repositories() +load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") + +git_repository( + name = "com_github_nelhage_rules_boost", + commit = "1e3a69bf2d5cd10c34b74f066054cd335d033d71", + remote = "https://github.com/nelhage/rules_boost", + shallow_since = "1591047380 -0700", +) + +load("@com_github_nelhage_rules_boost//:boost/boost.bzl", "boost_deps") +boost_deps() + register_toolchains("@local_config_python//:py_toolchain") load("@io_bazel_rules_closure//closure:defs.bzl", "closure_repositories")