From 1dba78b997dc49df9df663a838e0bacd6602f5b8 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Thu, 20 Oct 2016 16:48:45 -0800 Subject: 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 --- third_party/BUILD | 1 + 1 file changed, 1 insertion(+) create mode 100644 third_party/BUILD (limited to 'third_party/BUILD') 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 -- cgit v1.2.3