]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
Fedora 32: scipy compilation issue
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Wed, 28 Oct 2020 13:54:14 +0000 (14:54 +0100)
committernghodban <Nabil.Ghodbane@c-s.fr>
Mon, 30 Nov 2020 07:17:34 +0000 (08:17 +0100)
applications/MEDCOUPLING-9.6.0.pyconf
applications/MEDCOUPLING-master.pyconf

index 244c07b4d5ecae4f69d294b590f5bf45fce4f122..edae448eae4027a8faa6bcfedee14ad03fc60c82 100644 (file)
@@ -82,3 +82,10 @@ APPLICATION :
         single_install_dir : "no"
     }
 }
+__overwrite__ :
+[
+  {
+    __condition__ : "VARS.dist in ['FD32']"
+    'APPLICATION.products.scipy' : '1.5.2' # gcc https://github.com/scipy/scipy/issues/11611 - either patch numpy to include -fallow-argument-mismatch or move to that version
+  }
+]
index 3932410238c7c1067aaa1fc4a9c76db4a4a6d2d1..d95b11a9d1c905483b7a19bb81cb9518d9137908 100644 (file)
@@ -82,3 +82,10 @@ APPLICATION :
         single_install_dir : "no"
     }
 }
+__overwrite__ :
+[
+  {
+    __condition__ : "VARS.dist in ['FD32']"
+    'APPLICATION.products.scipy' : '1.5.2' # gcc https://github.com/scipy/scipy/issues/11611 - either patch numpy to include -fallow-argument-mismatch or move to that version
+  }
+]