From: mpv Date: Thu, 23 Mar 2017 11:07:05 +0000 (+0300) Subject: Set the correct environment for the current Linux version compilation. X-Git-Tag: V_2.7.0~197 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ef7421919da5a24d9e0f310fe83bb6f940bd13d8;p=modules%2Fshaper.git Set the correct environment for the current Linux version compilation. --- diff --git a/env.sh b/env.sh index 47c11a303..5b27f9ed0 100644 --- a/env.sh +++ b/env.sh @@ -12,8 +12,8 @@ export TOOLS_DIR=$(pwd) export HOME_OLD=$HOME # to use patched OCCT 7.1.0 for SHAPER -export CUSTOM_CAS_ROOT=1 -export ENV_FOR_LAUNCH=1 +#export CUSTOM_CAS_ROOT=1 +#export ENV_FOR_LAUNCH=1 source /dn64/series8x/work/init.sh 2017-03-22 export HOME=$HOME_OLD