]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
spns #20273 REX compilation 9.6.0 rc1 sur Debian 10
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 2 Nov 2020 09:06:51 +0000 (10:06 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 2 Nov 2020 09:06:51 +0000 (10:06 +0100)
applications/SALOME-9.6.0.pyconf
products/compil_scripts/PyQtChart-5.9.sh
products/compil_scripts/boost.sh
products/compil_scripts/lapack.sh
products/compil_scripts/netgen_5_3_1.sh

index 4b45fffc23a6e9446313c1820e9cb6ad65b344c7..bfbeb9905c435820311a60085bfdac31dc4ce16d 100644 (file)
@@ -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 :
index 0cd7245b6d9ad3aa71444db607b200b67336057b..16c7e07e14a2a3721924ddb039399e18be15dfac 100755 (executable)
@@ -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
 
index c005b88f41cafb59eb6c2030fba076f74f8bcf13..cbb9faedb222ec1541a45d5e00419dbe238f0c32 100755 (executable)
@@ -19,7 +19,7 @@ fi
 
 echo "*** bjam install"
 
-./bjam install
+./bjam -j4 install
 
 if [ $? -ne 0 ]
 then
index 6815e65f448c5eddbea505476d4b31c2a0a8ed32..5a482a89f55725c604edf9dc7a8080a30a906be2 100755 (executable)
@@ -34,8 +34,8 @@ then
 fi
 
 echo
-echo "*** make"
-make
+echo "*** make -j4"
+make -j4
 if [ $? -ne 0 ]
 then
     echo "ERROR on make"
index d2cc4d8ad2e02f123dff854c72132452fcf3d2ae..793338bbed7c527dcee135cb3691ed712d5359fa 100755 (executable)
@@ -90,7 +90,7 @@ fi
 
 echo
 echo "*** compile"
-make
+make -j4
 if [ $? -ne 0 ]
 then
     echo "error on make"