]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Add --without-octave option to solve configure problems on some platforms
authorvsr <vsr@opencascade.com>
Mon, 6 May 2013 11:57:12 +0000 (11:57 +0000)
committervsr <vsr@opencascade.com>
Mon, 6 May 2013 11:57:12 +0000 (11:57 +0000)
config_files/swig.sh

index dd90a46a9c8fc0046052a1b9f7366a0d094a716f..9d1c9c3ae8b215bc663beebbe981dbf6bcd938fd 100755 (executable)
@@ -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