From: vsr Date: Mon, 7 Feb 2005 07:02:23 +0000 (+0000) Subject: Fix a problem with NETGENPLUGIN compilation - incorrect netgen product configuration X-Git-Tag: SALOME_V_2_2_0~15 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b9157df4027cd5519109d0a27c473eb4f6bd1514;p=tools%2Finstall.git Fix a problem with NETGENPLUGIN compilation - incorrect netgen product configuration --- diff --git a/config_files/build.csh b/config_files/build.csh index bf67104..57a37f7 100755 --- a/config_files/build.csh +++ b/config_files/build.csh @@ -251,8 +251,8 @@ foreach module (${modules}) ######################################################### if ( $is_configure == 1 || $mkfile_exist == 0) then echo "------- Configure ---------------" - if ( "${module}" == "NETGENPLUGIN" && ($?NETGEN_DIR) ) then - set add_keys="--with-netgen=${NETGEN_DIR}" + if ( "${module}" == "NETGENPLUGIN" && ($?NETGENHOME) ) then + set add_keys="--with-netgen=${NETGENHOME}" endif ${module_src}/configure --prefix=$px ${optim} ${add_keys} >& ${LOG_DIR}/configure_${module}.log ######################################################### diff --git a/config_files/netgen4.3.sh b/config_files/netgen4.3.sh index 1fcb00b..9387512 100755 --- a/config_files/netgen4.3.sh +++ b/config_files/netgen4.3.sh @@ -14,7 +14,7 @@ print_env() { cat > ${INSTALL_WORK}/env_${PRODUCT_TYPE}.sh < ${INSTALL_WORK}/env_${PRODUCT_TYPE}.sh <