From: Nabil Ghodbane Date: Mon, 11 Oct 2021 15:10:03 +0000 (+0200) Subject: netgen: Debian 8 - use embedded gcc X-Git-Tag: V9_8_0~73 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7aa7f02e07ffab3e666d4bbbc0d0cddebe97e581;p=tools%2Fsat_salome.git netgen: Debian 8 - use embedded gcc --- diff --git a/applications/SALOME-master-MPI.pyconf b/applications/SALOME-master-MPI.pyconf index 6b41d61..5db2244 100644 --- a/applications/SALOME-master-MPI.pyconf +++ b/applications/SALOME-master-MPI.pyconf @@ -198,7 +198,7 @@ __overwrite__ : 'APPLICATION.products.gcc' : '9.3.0' } { - __condition__ : "VARS.dist not in ['DB09', 'FD30']" + __condition__ : "VARS.dist not in ['DB08','DB09', 'FD30']" 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr'] } ] diff --git a/applications/SALOME-master-int32.pyconf b/applications/SALOME-master-int32.pyconf index d5a5130..3b4e742 100644 --- a/applications/SALOME-master-int32.pyconf +++ b/applications/SALOME-master-int32.pyconf @@ -230,7 +230,7 @@ __overwrite__ : 'APPLICATION.products.gcc' : '9.3.0' } { - __condition__ : "VARS.dist not in ['DB09', 'FD30']" + __condition__ : "VARS.dist not in ['DB08','DB09', 'FD30']" 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr'] } ] diff --git a/applications/SALOME-master.pyconf b/applications/SALOME-master.pyconf index e8cbb36..c1a85a6 100644 --- a/applications/SALOME-master.pyconf +++ b/applications/SALOME-master.pyconf @@ -192,7 +192,7 @@ __overwrite__ : 'APPLICATION.products.gcc' : '9.3.0' } { - __condition__ : "VARS.dist not in ['DB09', 'FD30']" + __condition__ : "VARS.dist not in ['DB08','DB09', 'FD30']" 'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr'] } ]