From: cconopoima Date: Wed, 6 Mar 2024 10:15:13 +0000 (+0000) Subject: Define specific branchs for modules to be recompiled after porting. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fcce%2Fjfa_Porting_OCCT_780;p=tools%2Fsat_salome.git Define specific branchs for modules to be recompiled after porting. --- diff --git a/applications/SALOME-master-native.pyconf b/applications/SALOME-master-native.pyconf index 73a33a3..7a4adeb 100644 --- a/applications/SALOME-master-native.pyconf +++ b/applications/SALOME-master-native.pyconf @@ -4,8 +4,9 @@ APPLICATION : { name : 'SALOME-master-native' - workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist - tag : 'master' + #workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist + workdir : $LOCAL.workdir + tag : 'jfa/Porting_OCCT_780' dev : 'no' verbose :'no' debug : 'no' @@ -141,30 +142,30 @@ APPLICATION : # SALOME MODULES : 'CONFIGURATION' 'SALOME' - 'SHAPER' - 'SHAPERSTUDY' + 'SHAPER' : {tag:'cce/jfa_Porting_OCCT_780_MasterRebased'} + 'SHAPERSTUDY' : {tag: 'master'} 'RESTRICTED' 'LIBBATCH' : 'V2_5_0' 'KERNEL' 'MEDCOUPLING' : {tag:'master', base: 'no', section: 'default_MPI', hpc: 'yes'} 'GUI' 'GEOM' - 'SMESH' - 'NETGENPLUGIN' + 'SMESH' : {tag:'cce/jfa_Porting_OCCT_780_MasterRebased'} + 'NETGENPLUGIN': {tag:'cce/jfa_Porting_OCCT_780_MasterRebased'} 'BLSURFPLUGIN' - 'GHS3DPLUGIN' - 'HYBRIDPLUGIN' - 'HexoticPLUGIN' - 'GMSHPLUGIN' - 'HEXABLOCK' - 'HEXABLOCKPLUGIN' - 'HOMARD' + 'GHS3DPLUGIN' : {tag:'master'} + 'HYBRIDPLUGIN' : {tag: 'master'} + 'HexoticPLUGIN' : {tag: 'master'} + 'GMSHPLUGIN' : {tag: 'master'} + 'HEXABLOCK' : {tag: 'master'} + 'HEXABLOCKPLUGIN' : {tag: 'master'} + 'HOMARD' : {tag: 'master'} 'FIELDS' 'PARAVIS': {tag:'master', base: 'no', section: 'default_MPI', hpc: 'yes'} 'JOBMANAGER' 'YACS' 'YACSGEN' - 'DOCUMENTATION' + 'DOCUMENTATION' : {tag: 'master'} 'SAMPLES' 'COMPONENT' 'PYCALCULATOR' @@ -176,7 +177,7 @@ APPLICATION : 'PY2CPP' 'ADAO' 'ADAO_INTERFACE' - 'PARAVISADDONS' + 'PARAVISADDONS' : {tag: 'master'} 'OPENTURNS_SALOME' 'YDEFX' 'pmml'