From 08add38deb2551cde76ddc74de30e1c717a20a2f Mon Sep 17 00:00:00 2001 From: Shanqing Cai Date: Wed, 26 Oct 2016 05:28:01 -0800 Subject: 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 --- third_party/swig.BUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'third_party/swig.BUILD') 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'" + -- cgit v1.2.3