aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
diff options
context:
space:
mode:
authorGravatar Justine Tunney <jart@google.com>2016-10-20 16:48:45 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-10-20 18:04:26 -0700
commit1dba78b997dc49df9df663a838e0bacd6602f5b8 (patch)
treeadb3cfe86b348eb81210291f7ebe431dce971915 /third_party/BUILD
parent2da2ae76cfa782474e8662234f89ddeecd080e05 (diff)
Automatically build SWIG from source
This change allows Bazel to fetch and build SWIG rather than getting it from the system. This change also improves the i/o performance of the SWIG build, makes it hermetically sealed, and ensures tf_py_wrap_cc() can function correctly across Bazel repositories. CC: #4983 Change: 136783531
Diffstat (limited to 'third_party/BUILD')
-rw-r--r--third_party/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
new file mode 100644
index 0000000000..fe756e1be2
--- /dev/null
+++ b/third_party/BUILD
@@ -0,0 +1 @@
+licenses(["notice"]) # Apache 2.0