From: spo Date: Wed, 22 Jun 2016 06:09:30 +0000 (+0300) Subject: Use SALOME 7.8.0 with patches for OCCT for Debian X-Git-Tag: V_2.4.0~77 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=675692d590d09e318f5414ef9a9a82d15e80c979;p=modules%2Fshaper.git Use SALOME 7.8.0 with patches for OCCT for Debian --- diff --git a/config.sh b/config.sh index 536c755a8..69c15ba0b 100755 --- a/config.sh +++ b/config.sh @@ -47,6 +47,7 @@ include_products() { fi elif [[ ${salome_version} = '7.8.0' ]]; then if [[ "${platform}" = 'CentOS' ]]; then export PRODUCTS_ROOT=/dn23/NEWGEOM/common/PRODUCTS/CentOS.6.3.64/7.8.0 + elif [[ "${platform}" = 'Debian' && ${release} =~ ^6 ]]; then export PRODUCTS_ROOT=/dn23/NEWGEOM/common/PRODUCTS/DEBIAN.6.0.64/7.8.0 fi else echo "Could not find PRODUCTS for the platform ${platform} ${release}" @@ -65,6 +66,7 @@ include_suit() { fi elif [[ ${salome_version} = '7.8.0' ]]; then if [[ "${platform}" = 'CentOS' ]]; then export SUIT_DIR=/dn46/SALOME/series7x/V7_8_0/CentOS63-64/GUI + elif [[ "${platform}" = 'Debian' && ${release} =~ ^6 ]]; then export SUIT_DIR=/dn46/SALOME/series7x/V7_8_0/Debian60-64/GUI fi else echo "Could not find PRODUCTS for the platform ${platform} ${release}" @@ -92,6 +94,7 @@ include_salome() { fi elif [[ ${salome_version} = '7.8.0' ]]; then if [[ "${platform}" = 'CentOS' ]]; then export SALOME_ROOT=/dn23/NEWGEOM/common/SALOME-7.8.0_CentOS63-64 + elif [[ "${platform}" = 'Debian' && ${release} =~ ^6 ]]; then export SALOME_ROOT=/dn23/NEWGEOM/common/SALOME-7.8.0_Debian60-64 fi else echo "Could not find SALOME for the platform ${platform} ${release}"