From: Nicolas OTTON Date: Tue, 6 Sep 2022 12:36:28 +0000 (+0200) Subject: fix error in MeshGems temporary version X-Git-Tag: V9_11_0~335 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a8510004148428681e95d21d4c6d6dc879cd3b44;p=tools%2Fsat_salome.git fix error in MeshGems temporary version --- diff --git a/applications/SALOME-master-MPI.pyconf b/applications/SALOME-master-MPI.pyconf index 40d6d53..45ddba3 100644 --- a/applications/SALOME-master-MPI.pyconf +++ b/applications/SALOME-master-MPI.pyconf @@ -203,8 +203,8 @@ APPLICATION : __overwrite__ : [ { - __condition__ : "VARS.dist not in ['DB09','DB10', 'DB10']" - 'APPLICATION.products.MeshGems' : {tag : '2.13-1', hpc : 'yes'} + __condition__ : "VARS.dist not in ['DB09','DB10', 'DB11']" + 'APPLICATION.products.MeshGems' : {tag : '2.13-1', hpc : 'yes', base: 'no'} } { __condition__ : "VARS.dist in ['FD32', 'FD34', 'DB11']" diff --git a/applications/SALOME-master-native.pyconf b/applications/SALOME-master-native.pyconf index 03b1a2e..2c4fa50 100644 --- a/applications/SALOME-master-native.pyconf +++ b/applications/SALOME-master-native.pyconf @@ -201,8 +201,8 @@ APPLICATION : __overwrite__ : [ { - __condition__ : "VARS.dist not in ['DB09','DB10', 'DB10']" - 'APPLICATION.products.MeshGems' : {tag : '2.13-1', hpc : 'yes'} + __condition__ : "VARS.dist not in ['DB09','DB10', 'DB11']" + 'APPLICATION.products.MeshGems' : {tag : '2.13-1', hpc : 'yes', base: 'no'} } { # diff --git a/applications/SALOME-master-windows.pyconf b/applications/SALOME-master-windows.pyconf index 5b6574e..89e2dae 100644 --- a/applications/SALOME-master-windows.pyconf +++ b/applications/SALOME-master-windows.pyconf @@ -194,8 +194,8 @@ APPLICATION : __overwrite__ : [ { - __condition__ : "VARS.dist not in ['DB09','DB10', 'DB10']" - 'APPLICATION.products.MeshGems' : {tag : '2.13-1', hpc : 'yes'} + __condition__ : "VARS.dist not in ['DB09','DB10', 'DB11']" + 'APPLICATION.products.MeshGems' : {tag : '2.13-1', hpc : 'yes', base: 'no'} } { __condition__ : "APPLICATION.debug == 'yes'" diff --git a/applications/SALOME-master.pyconf b/applications/SALOME-master.pyconf index 735bead..5266c64 100644 --- a/applications/SALOME-master.pyconf +++ b/applications/SALOME-master.pyconf @@ -203,8 +203,8 @@ APPLICATION : __overwrite__ : [ { - __condition__ : "VARS.dist not in ['DB09','DB10', 'DB10']" - 'APPLICATION.products.MeshGems' : {tag : '2.13-1', hpc : 'yes'} + __condition__ : "VARS.dist not in ['DB09','DB10', 'DB11']" + 'APPLICATION.products.MeshGems' : {tag : '2.13-1', hpc : 'yes', base: 'no'} } { __condition__ : "VARS.dist in ['FD30']"