From: Nabil Ghodbane Date: Wed, 26 Oct 2022 07:45:39 +0000 (+0200) Subject: use V9_10_0a2 for all but DB09 and DB10 until patches are integrated X-Git-Tag: V9_11_0~212 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8bebd14819773db09f29de79e01ac248ab419664;p=tools%2Fsat_salome.git use V9_10_0a2 for all but DB09 and DB10 until patches are integrated --- diff --git a/applications/SALOME-master-native.pyconf b/applications/SALOME-master-native.pyconf index bf23f2d..c37b325 100644 --- a/applications/SALOME-master-native.pyconf +++ b/applications/SALOME-master-native.pyconf @@ -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' } diff --git a/applications/SALOME-master-windows.pyconf b/applications/SALOME-master-windows.pyconf index c412f8c..30d12e3 100644 --- a/applications/SALOME-master-windows.pyconf +++ b/applications/SALOME-master-windows.pyconf @@ -144,7 +144,7 @@ APPLICATION : 'GUI' 'GEOM' 'SMESH' : 'V9_10_0a2' - 'NETGENPLUGIN' + 'NETGENPLUGIN' : 'V9_10_0a2' 'BLSURFPLUGIN' 'GHS3DPLUGIN' 'HYBRIDPLUGIN' diff --git a/applications/SALOME-master.pyconf b/applications/SALOME-master.pyconf index 1c45c5f..3723b68 100644 --- a/applications/SALOME-master.pyconf +++ b/applications/SALOME-master.pyconf @@ -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']"