From: Nicolas OTTON Date: Fri, 2 Sep 2022 07:43:13 +0000 (+0200) Subject: passage en meshgems 2.13-1 en attendant la nouvelle licence X-Git-Tag: V9_11_0~336 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3b85ab7c6518ba73f388f86380d3a8211ffdd893;p=tools%2Fsat_salome.git passage en meshgems 2.13-1 en attendant la nouvelle licence --- diff --git a/applications/SALOME-master-MPI.pyconf b/applications/SALOME-master-MPI.pyconf index 0b2b841..40d6d53 100644 --- a/applications/SALOME-master-MPI.pyconf +++ b/applications/SALOME-master-MPI.pyconf @@ -202,6 +202,10 @@ APPLICATION : } __overwrite__ : [ + { + __condition__ : "VARS.dist not in ['DB09','DB10', 'DB10']" + 'APPLICATION.products.MeshGems' : {tag : '2.13-1', hpc : 'yes'} + } { __condition__ : "VARS.dist in ['FD32', 'FD34', 'DB11']" # gcc https://github.com/scipy/scipy/issues/11611 diff --git a/applications/SALOME-master-native.pyconf b/applications/SALOME-master-native.pyconf index 9ae6cbf..03b1a2e 100644 --- a/applications/SALOME-master-native.pyconf +++ b/applications/SALOME-master-native.pyconf @@ -200,6 +200,10 @@ APPLICATION : } __overwrite__ : [ + { + __condition__ : "VARS.dist not in ['DB09','DB10', 'DB10']" + 'APPLICATION.products.MeshGems' : {tag : '2.13-1', hpc : 'yes'} + } { # __condition__ : "VARS.dist in ['UB20.04']" diff --git a/applications/SALOME-master-windows.pyconf b/applications/SALOME-master-windows.pyconf index e4c93c1..5b6574e 100644 --- a/applications/SALOME-master-windows.pyconf +++ b/applications/SALOME-master-windows.pyconf @@ -193,6 +193,10 @@ APPLICATION : __overwrite__ : [ + { + __condition__ : "VARS.dist not in ['DB09','DB10', 'DB10']" + 'APPLICATION.products.MeshGems' : {tag : '2.13-1', hpc : 'yes'} + } { __condition__ : "APPLICATION.debug == 'yes'" 'APPLICATION.rm_products' : ['matplotlib', 'openturns', 'scipy', 'Pillow'] diff --git a/applications/SALOME-master.pyconf b/applications/SALOME-master.pyconf index ae6a11b..735bead 100644 --- a/applications/SALOME-master.pyconf +++ b/applications/SALOME-master.pyconf @@ -202,6 +202,10 @@ APPLICATION : } __overwrite__ : [ + { + __condition__ : "VARS.dist not in ['DB09','DB10', 'DB10']" + 'APPLICATION.products.MeshGems' : {tag : '2.13-1', hpc : 'yes'} + } { __condition__ : "VARS.dist in ['FD30']" 'APPLICATION.products.gcc' : '9.3.0'