3 export SALOME_DIR=/dn46/SALOME/series9x/current-2019-10-02
6 export SOURCES_DIR=$(pwd)
7 # Path to build directory
8 export BUILD_DIR=$(cd ${SOURCES_DIR}/.. && pwd)/build
9 # Path to linux_run.sh & salome_run.sh
12 # Path to env_*.sh files
13 export TOOLS_DIR=$(pwd)
15 source ${SALOME_DIR}/start.sh
17 # Path to special products dir (lcov, cpplint)
18 export SHAPER_PDIR=/dn48/newgeom/common/products
20 # Path to install directory
21 export SHAPER_ROOT_DIR=$(cd ${SOURCES_DIR}/.. && pwd)/install
23 source ${TOOLS_DIR}/env_linux.sh
24 source ${TOOLS_DIR}/env_salome.sh