From a8510004148428681e95d21d4c6d6dc879cd3b44 Mon Sep 17 00:00:00 2001 From: Nicolas OTTON Date: Tue, 6 Sep 2022 14:36:28 +0200 Subject: [PATCH] fix error in MeshGems temporary version --- applications/SALOME-master-MPI.pyconf | 4 ++-- applications/SALOME-master-native.pyconf | 4 ++-- applications/SALOME-master-windows.pyconf | 4 ++-- applications/SALOME-master.pyconf | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) 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']" -- 2.39.2