X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=config_files%2Fbuild.csh;h=c379e85c82e50de1091eac246515800fe17123b5;hb=88a9d22d35adefd3a6173c77047f7a9e91a2da2f;hp=4812462811f736557e4c32bb3aa2a491bff4a1cf;hpb=e12582a80d9abf935ba788fbf567be2af634b861;p=tools%2Finstall.git diff --git a/config_files/build.csh b/config_files/build.csh index 4812462..c379e85 100755 --- a/config_files/build.csh +++ b/config_files/build.csh @@ -22,7 +22,7 @@ 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 RANDOMIZER SIERPINSKY) +set modules=(KERNEL GUI GEOM MED SMESH VISU SUPERV NETGENPLUGIN GHS3DPLUGIN BLSURFPLUGIN HexoticPLUGIN GHS3DPRLPLUGIN COMPONENT PYCALCULATOR CALCULATOR HELLO PYHELLO LIGHT SIERPINSKY RANDOMIZER FILTER YACS MULTIPR) set optim="" set is_install=0 set is_help=0 @@ -328,6 +328,9 @@ foreach module (${modules}) if ( $med_with_gui == 0 && "${module}" == "MED" ) then set add_keys="--without-ihm" endif + if ( "${module}" == "MED" && ($?METISDIR) && ($?SCOTCHDIR) ) then + set add_keys="--enable-splitter=yes --with-metis=${METISDIR} --with-scotch=${SCOTCHDIR}" + endif if ( "${module}" == "NETGENPLUGIN" && ($?NETGENHOME) ) then set add_keys="--with-netgen=${NETGENHOME}" endif