]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
use V9_10_0a2 for all but DB09 and DB10 until patches are integrated
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Wed, 26 Oct 2022 07:45:39 +0000 (09:45 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Wed, 26 Oct 2022 07:45:39 +0000 (09:45 +0200)
applications/SALOME-master-native.pyconf
applications/SALOME-master-windows.pyconf
applications/SALOME-master.pyconf

index bf23f2d9b5b4addfa7f6f8363c6fe320d41f2d86..c37b325476c147802d1c2eea89cf6e34df6a375b 100644 (file)
@@ -149,6 +149,7 @@ APPLICATION :
         'GUI'
         'GEOM'
         'SMESH' : 'V9_10_0a2'
+        'NETGENPLUGIN' : 'V9_10_0a2'
         'NETGENPLUGIN'
         'BLSURFPLUGIN'
         'GHS3DPLUGIN'
@@ -236,6 +237,7 @@ __overwrite__ :
         #   - xmlpatterns executable
         __condition__ : "VARS.dist in ['DB10']"
         'APPLICATION.products.SMESH'    : 'master'
+        'APPLICATION.products.NETGENPLUGIN'    : '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 c412f8c41c565222b8e55d450884737d069d4274..30d12e3e1f21f3b1213e35e2962eef219920f219 100644 (file)
@@ -144,7 +144,7 @@ APPLICATION :
         'GUI'
         'GEOM'
         'SMESH' : 'V9_10_0a2'
-        'NETGENPLUGIN'
+        'NETGENPLUGIN' : 'V9_10_0a2'
         'BLSURFPLUGIN'
         'GHS3DPLUGIN'
         'HYBRIDPLUGIN'
index 1c45c5f926501e9c239a193e9412c7f048ef6c99..3723b68fa920f3ad8601830a187c2675a8546b39 100644 (file)
@@ -151,7 +151,7 @@ APPLICATION :
         'GUI'
         'GEOM'
         'SMESH' : 'V9_10_0a2'
-        'NETGENPLUGIN'
+        'NETGENPLUGIN' : 'V9_10_0a2'
         'BLSURFPLUGIN'
         'GHS3DPLUGIN'
         'GHS3DPRLPLUGIN'
@@ -231,12 +231,14 @@ __overwrite__ :
     {
         __condition__ : "VARS.dist in ['DB09']"
         'APPLICATION.products.SMESH' : 'master'
+        'APPLICATION.products.NETGENPLUGIN' : 'master'
     }
     {
         __condition__ : "VARS.dist in ['DB10']"
         'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
         'APPLICATION.products.gdal': {tag:'2.4.0',   base: 'no', section: 'version_2_4_0_DB10'} # spns #29324
         'APPLICATION.products.SMESH' : 'master'
+        'APPLICATION.products.NETGENPLUGIN' : 'master'
     }
     {
         __condition__ : "VARS.dist in ['UB18.04']"