4 export SOURCES_DIR=$(pwd)
5 # Path to build directory
6 export BUILD_DIR=$(cd .. && pwd)/build
7 # Path to linux_run.sh & salome_run.sh
10 # Path to env_*.sh files
11 export TOOLS_DIR=$(pwd)
13 # Extracts INST_ROOT directory for SALOME
14 if [[ ! -f env_config.sh ]]; then
15 echo "Can not find env_config.sh. Please, run config.sh."
20 # Path to solvespace-2
21 export SHAPER_PDIR=/dn48/newgeom/common/products
22 # Path to install directory
23 export SHAPER_ROOT_DIR=$(cd .. && pwd)/install