aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/swig.BUILD
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2016-10-26 05:28:01 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-10-26 06:37:37 -0700
commit08add38deb2551cde76ddc74de30e1c717a20a2f (patch)
treec2651315028d2f81719749599ac7be70da92651f /third_party/swig.BUILD
parentcb6370978681918a0d583636765153f476477fcb (diff)
Upgrade build-from-source swig version to 3.0.8 to avoid python 3.5 issues
This should address some of the ongoing python 3.5-related build failures in: nightly-matrix-cpu nightly-matrix-linux-gpu nightly-matrix-mac-gpu nightly-python35-linux-cpu Change: 137268906
Diffstat (limited to 'third_party/swig.BUILD')
-rw-r--r--third_party/swig.BUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/swig.BUILD b/third_party/swig.BUILD
index 0ec413a248..bea5d6b531 100644
--- a/third_party/swig.BUILD
+++ b/third_party/swig.BUILD
@@ -291,7 +291,7 @@ genrule(
"#define HAVE_PCRE\n" +
"#define HAVE_POPEN\n" +
"#define PACKAGE_BUGREPORT \"http://www.swig.org\"\n" +
- "#define PACKAGE_VERSION \"3.0.2\"\n" +
+ "#define PACKAGE_VERSION \"3.0.8\"\n" +
"#define STDC_HEADERS\n" +
"#define SWIG_CXX \"bazel4lyfe\"\n" +
"#define SWIG_LIB \"external/swig/Lib\"\n" +
@@ -323,6 +323,7 @@ genrule(
" -e '/swig_pike/d'" +
" -e '/swig_r/d'" +
" -e '/swig_ruby/d'" +
+ " -e '/swig_scilab/d'" +
" -e '/swig_sexp/d'" +
" -e '/swig_tcl/d'" +
" -e '/swig_uffi/d'" +