From: Nabil Ghodbane Date: Mon, 2 Nov 2020 09:06:51 +0000 (+0100) Subject: spns #20273 REX compilation 9.6.0 rc1 sur Debian 10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4fedc56b6666350f14193e97a64f1dee3119e0b0;p=tools%2Fsat_salome.git spns #20273 REX compilation 9.6.0 rc1 sur Debian 10 --- diff --git a/applications/SALOME-9.6.0.pyconf b/applications/SALOME-9.6.0.pyconf index 4b45fff..bfbeb99 100644 --- a/applications/SALOME-9.6.0.pyconf +++ b/applications/SALOME-9.6.0.pyconf @@ -132,7 +132,7 @@ APPLICATION : 'JOBMANAGER' 'YACS' 'YACSGEN' - 'SOLVERLAB' + 'SOLVERLAB': {tag : 'master'} 'DOCUMENTATION' 'SAMPLES' 'COMPONENT' @@ -144,7 +144,7 @@ APPLICATION : 'EFICAS_TOOLS' : {tag : 'master'} 'PY2CPP' : {tag: 'v2.0'} 'ADAO' - 'ADAO_INTERFACE' + 'ADAO_INTERFACE': {tag : 'master'} 'CEATESTBASE' : {tag: 'SalomeV9'} } profile : diff --git a/products/compil_scripts/PyQtChart-5.9.sh b/products/compil_scripts/PyQtChart-5.9.sh index 0cd7245..16c7e07 100755 --- a/products/compil_scripts/PyQtChart-5.9.sh +++ b/products/compil_scripts/PyQtChart-5.9.sh @@ -5,7 +5,7 @@ echo "PyQtChart " $VERSION echo "##########################################################################" -mkdir $PRODUCT_INSTALL +mkdir -p $PRODUCT_INSTALL cd $PRODUCT_INSTALL echo "PyQtChart will be installed in PyQt folder..." >> README diff --git a/products/compil_scripts/boost.sh b/products/compil_scripts/boost.sh index c005b88..cbb9fae 100755 --- a/products/compil_scripts/boost.sh +++ b/products/compil_scripts/boost.sh @@ -19,7 +19,7 @@ fi echo "*** bjam install" -./bjam install +./bjam -j4 install if [ $? -ne 0 ] then diff --git a/products/compil_scripts/lapack.sh b/products/compil_scripts/lapack.sh index 6815e65..5a482a8 100755 --- a/products/compil_scripts/lapack.sh +++ b/products/compil_scripts/lapack.sh @@ -34,8 +34,8 @@ then fi echo -echo "*** make" -make +echo "*** make -j4" +make -j4 if [ $? -ne 0 ] then echo "ERROR on make" diff --git a/products/compil_scripts/netgen_5_3_1.sh b/products/compil_scripts/netgen_5_3_1.sh index d2cc4d8..793338b 100755 --- a/products/compil_scripts/netgen_5_3_1.sh +++ b/products/compil_scripts/netgen_5_3_1.sh @@ -90,7 +90,7 @@ fi echo echo "*** compile" -make +make -j4 if [ $? -ne 0 ] then echo "error on make"