From 37660f1500563b8e7890f28449d41c51cca6a234 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 6 May 2013 11:57:12 +0000 Subject: [PATCH] Add --without-octave option to solve configure problems on some platforms --- config_files/swig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_files/swig.sh b/config_files/swig.sh index dd90a46..9d1c9c3 100755 --- a/config_files/swig.sh +++ b/config_files/swig.sh @@ -76,7 +76,7 @@ install_source # build sources cd ${PRODUCT_SRC_DIR} -SWIG_CONFIGURE_FLAGS="--with-boost=${BOOSTDIR} --with-python=${PYTHONHOME}/bin/python --with-tcl=${TCLHOME}" +SWIG_CONFIGURE_FLAGS="--with-boost=${BOOSTDIR} --with-python=${PYTHONHOME}/bin/python --without-octave --with-tcl=${TCLHOME}" if test `uname -m` = "x86_64" ; then SWIG_CONFIGURE_FLAGS="${SWIG_CONFIGURE_FLAGS} CFLAGS=-m64 CXXFLAGS=-m64" fi -- 2.39.2