]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
spns #32755 : topiivol gui
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 3 Nov 2022 14:32:31 +0000 (15:32 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 3 Nov 2022 14:32:31 +0000 (15:32 +0100)
applications/SALOME-master-native.pyconf
applications/SALOME-master-windows.pyconf
applications/SALOME-master.pyconf

index e37a4f9057527cca4c8a0fba8f357e3f08b71d9a..08bcefc9e786feddf7b7c34883a8a9682df7188a 100644 (file)
@@ -148,7 +148,7 @@ APPLICATION :
         'MEDCOUPLING' : {tag:'master', base: 'no', section: 'default_MPI', hpc: 'yes'}
         'GUI'
         'GEOM'
-        'SMESH'
+        'SMESH' : 'cbr/improve_topiivol_layout'
         'NETGENPLUGIN'
         'BLSURFPLUGIN'
         'GHS3DPLUGIN'
@@ -235,6 +235,7 @@ __overwrite__ :
         #   - Qt minimal version 5.12
         #   - xmlpatterns executable
         __condition__ : "VARS.dist in ['DB10']"
+        'APPLICATION.products.SMESH' :  'master'
         'APPLICATION.products.opencv'   : '3.2.0'
         'APPLICATION.products.cminpack' : 'native'
         'APPLICATION.products.PyFMI'    : {tag:'2.6',     base: 'no',  section: 'version_2_6_no_pip'                  }
index 51c957b05c21b15bf15491e6b3326f4cddba35a6..f0a9b5245ae1207687497ecc7612286e427cba54 100644 (file)
@@ -143,7 +143,7 @@ APPLICATION :
         'MEDCOUPLING'
         'GUI'
         'GEOM'
-        'SMESH'
+        'SMESH' : 'cbr/improve_topiivol_layout'
         'NETGENPLUGIN'
         'BLSURFPLUGIN'
         'GHS3DPLUGIN'
index 5cdcd57bed8b6dc91dca4ea98d08551bc18b8219..bbc3cc7349ffe5204e5cc36c451ebb7229bad06f 100644 (file)
@@ -150,7 +150,7 @@ APPLICATION :
         'MEDCOUPLING' : {tag:'master', base: 'no', section: 'default_MPI', hpc: 'yes'}
         'GUI'
         'GEOM'
-        'SMESH'
+        'SMESH' : 'cbr/improve_topiivol_layout'
         'NETGENPLUGIN'
         'BLSURFPLUGIN'
         'GHS3DPLUGIN'
@@ -228,8 +228,13 @@ __overwrite__ :
         'APPLICATION.products.gdal'     : {tag:'2.4.0',   base: 'no', section: 'version_2_4_0_CO8'                 } # spns #29324
         'APPLICATION.products.ParaView' : {tag: '5.11.0', base: 'no', section: 'version_5_11_0_MPI_CO8', hpc: 'yes'}
     }
+    {
+        __condition__ : "VARS.dist in ['DB09']"
+        'APPLICATION.products.SMESH' :  'master'
+    }
     {
         __condition__ : "VARS.dist in ['DB10']"
+        'APPLICATION.products.SMESH' :  'master'
         'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
         'APPLICATION.products.gdal': {tag:'2.4.0',   base: 'no', section: 'version_2_4_0_DB10'} # spns #29324
     }