]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
bos #18711: FC30 uses embedded gcc 9.3.0
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 8 Oct 2021 09:57:01 +0000 (11:57 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 8 Oct 2021 09:57:01 +0000 (11:57 +0200)
applications/SALOME-master-MPI.pyconf
applications/SALOME-master-int32.pyconf
applications/SALOME-master.pyconf

index d0f9ae07af7725337321586225646312611fa2c4..38e67bf8d7c96d97ebe6be1185cf3ecf7a396c35 100644 (file)
@@ -192,5 +192,14 @@ __overwrite__ :
    __condition__ : "VARS.dist not in ['DB09']"
    'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
   }
+  {
+   __condition__ : "VARS.dist in ['FD30']"
+   # https://github.com/scipy/scipy/issues/11611
+   'APPLICATION.products.gcc' : '9.3.0'
+  }
+  {
+   __condition__ : "VARS.dist not in ['DB09', 'FD30']"
+   'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+  }
 ]
 
index 865441538d9986511939b4631c4a6a9b63025867..7cfd263a1d0f251f74abc72d364650801831ea2d 100644 (file)
@@ -44,6 +44,10 @@ APPLICATION :
         embree : '3.3.0'
         freeimage : '3.16.0'
         freetype : '2.9.1'
+        gcc  :  '8.5.0'
+        mpc : 'native'
+        gmp : 'native'
+        mpfr : 'native'
         gmsh : '4.8.4'
         graphviz : '2.38.0'
         hdf5 : '1.10.3'
@@ -220,4 +224,13 @@ __overwrite__ :
                                                  'pv_coincident.patch'
                                                 ]
   }
+  {
+   __condition__ : "VARS.dist in ['FD30']"
+   # https://github.com/scipy/scipy/issues/11611
+   'APPLICATION.products.gcc' : '9.3.0'
+  }
+  {
+   __condition__ : "VARS.dist not in ['DB09', 'FD30']"
+   'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
+  }
 ]
index 2bd062678c503f11a249590a61a94e50ba9f01b3..9e7136b267309e88cb9b0598e30e56af7a50a7a6 100644 (file)
@@ -187,7 +187,12 @@ __overwrite__ :
    'APPLICATION.products.scipy' : '1.5.2'
   }
   {
-   __condition__ : "VARS.dist not in ['DB09']"
+   __condition__ : "VARS.dist in ['FD30']"
+   # https://github.com/scipy/scipy/issues/11611
+   'APPLICATION.products.gcc' : '9.3.0'
+  }
+  {
+   __condition__ : "VARS.dist not in ['DB09', 'FD30']"
    'APPLICATION.rm_products' : ['gcc', 'gmp', 'mpc', 'mpfr']
   }
 ]