X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=env.sh;h=5b27f9ed0c2fed20462fda9b693ea9afcd7cdedc;hb=f9d184932396590fe9eddb5d38a2be34054eba8e;hp=f42749e9e3e030f87369e0f54dbd924790c494ed;hpb=e7db636eab6e797f477731d35adc0ae524fd83c9;p=modules%2Fshaper.git diff --git a/env.sh b/env.sh index f42749e9e..5b27f9ed0 100644 --- a/env.sh +++ b/env.sh @@ -10,7 +10,13 @@ export AUT_DIR=$(pwd) # Path to env_*.sh files export TOOLS_DIR=$(pwd) -source /dn64/series7x/work/init.sh 2016-06-20 +export HOME_OLD=$HOME +# to use patched OCCT 7.1.0 for SHAPER +#export CUSTOM_CAS_ROOT=1 +#export ENV_FOR_LAUNCH=1 + +source /dn64/series8x/work/init.sh 2017-03-22 +export HOME=$HOME_OLD # Path to solvespace-2 export SHAPER_PDIR=/dn48/newgeom/common/products @@ -18,4 +24,4 @@ export SHAPER_PDIR=/dn48/newgeom/common/products export SHAPER_ROOT_DIR=$(cd ${SOURCES_DIR}/.. && pwd)/install source ${TOOLS_DIR}/env_linux.sh -source ${TOOLS_DIR}/env_salome.sh \ No newline at end of file +source ${TOOLS_DIR}/env_salome.sh