From: mpv Date: Tue, 24 Jan 2017 13:45:21 +0000 (+0300) Subject: Move Linux platforms environment to the patched OCCT X-Git-Tag: V_2.7.0~309 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=36c638674895255cf4001f3fe30a6b91ab1fb316;p=modules%2Fshaper.git Move Linux platforms environment to the patched OCCT --- diff --git a/env.sh b/env.sh index 55c6be7d3..1ca116132 100644 --- a/env.sh +++ b/env.sh @@ -11,6 +11,10 @@ export AUT_DIR=$(pwd) 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 + source /dn64/series8x/work/init.sh 2016-12-26 export HOME=$HOME_OLD @@ -20,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