X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=config_files%2Fbuild.csh;h=a5d91d862f5f1360618abb578253fd2b8a01761a;hb=829d6c217a65dc1c1a717b60818ba24d5e010862;hp=a378cf3d4973b796c83dd3538492d35561645a35;hpb=63ef60f5cc7568aa6818d6abdc4a4687bcfb7d43;p=tools%2Finstall.git diff --git a/config_files/build.csh b/config_files/build.csh index a378cf3..a5d91d8 100755 --- a/config_files/build.csh +++ b/config_files/build.csh @@ -6,7 +6,7 @@ # Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com) # Project : SALOME # Module : Installation Wizard -# Copyright : 2002-2007 CEA +# Copyright : 2002-2008 CEA # # This script is the part of the SALOME installation procedure. # @@ -17,17 +17,18 @@ set is_build_configure=0 set is_configure=0 -set med_with_gui=1 +set inst_with_gui=1 set is_delete=0 set verbose_level=2 set params="" -set b_params="" -set modules=(KERNEL GUI GEOM MED SMESH VISU SUPERV NETGENPLUGIN GHS3DPLUGIN COMPONENT PYCALCULATOR CALCULATOR HELLO PYHELLO LIGHT) +set modules=(KERNEL GUI GEOM MED SMESH VISU PARAVIS YACS NETGENPLUGIN GHS3DPLUGIN BLSURFPLUGIN HexoticPLUGIN GHS3DPRLPLUGIN COMPONENT PYCALCULATOR CALCULATOR HELLO PYHELLO LIGHT PYLIGHT SIERPINSKY RANDOMIZER MULTIPR JOBMANAGER) set optim="" -set is_install=0 +set is_install=1 set is_help=0 set is_tui=0 set prefix="" +set def_install_dir="/INSTALL" +set b_params="" ######################################################### # parse parameters @@ -39,13 +40,11 @@ while ( ${%1} > 0 ) else if ( "$1" == "-c" ) then set is_configure=1 else if ( "$1" == "-w" ) then - set med_with_gui=0 + set inst_with_gui=0 else if ( "$1" == "-d" ) then set is_delete=1 else if ( "$1" == "-o" ) then set optim="--enable-production=yes --disable-debug" - else if ( "$1" == "-i" ) then - set is_install=1 else if ( "$1" == "-v" ) then shift set verbose_level=$1 @@ -58,12 +57,12 @@ while ( ${%1} > 0 ) else if ( "$1" == "-t" ) then set is_tui=1 else - set ckt=`echo ${modules} | grep $1` + set ckt=`echo ${modules} | grep -E "\<$1\>"` if ( "$ckt" != "" ) then set params="$params $1" else set b_params="$b_params $1" - echo "\!\!\! Warning \!\!\! Unknown module: $1. Skipping." + echo "\!\!\! Warning \!\!\! Unknown module: $1." endif endif shift @@ -76,7 +75,7 @@ if ( $is_help == 1 ) then echo "" echo "" echo "Description:" -echo " Builds given SALOME modules by performing make and (optionally) make install commands" +echo " Builds given SALOME modules by performing make and make install commands" echo "" echo "Usage:" echo " build.csh [