Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #31326: macos-11.0: scipy build fails
(from #31227) Affected configurations (From https://groups.google.com/g/sage- release/c/KdSKg6RdZok/m/GXfB1rW1AgAJ) - local-macos (homebrew-macos, minimal, default, macos-11.0) https://github.com/mkoeppe/sage/runs/2103782309 -- Sage installs python3 from spkg - local-macos (conda-forge-macos, standard, default, macos-11.0) https://github.com/mkoeppe/sage/runs/2103782333 - uses python3 from conda - local-macos (homebrew-macos-python3_pythonorg, standard, default, macos-11.0) https://github.com/mkoeppe/sage/runs/2103782375 - uses somewhat dated python3 from python.org - https://www.python.org/ftp/python/3.7.7/python-3.7.7-macosx10.9.pkg - another failure report, for a configuration possibly similar to local- macos (homebrew-macos, minimal, default, macos-11.0) , in #30651: {{{ File "/Users/buildbot- sage/slave/sage_git/build/local/lib/python3.9/site- packages/numpy/distutils/ccompiler.py", line 90, in <lambda> m = lambda self, *args, **kw: func(self, *args, **kw) File "/Users/buildbot- sage/slave/sage_git/build/local/lib/python3.9/site- packages/numpy/distutils/ccompiler.py", line 657, in CCompiler_get_version version = matcher(output) File "/Users/buildbot- sage/slave/sage_git/build/local/lib/python3.9/site- packages/numpy/distutils/fcompiler/gnu.py", line 278, in version_match v = self.gnu_version_match(version_string) File "/Users/buildbot- sage/slave/sage_git/build/local/lib/python3.9/site- packages/numpy/distutils/fcompiler/gnu.py", line 80, in gnu_version_match raise ValueError(err + version_string) ValueError: A valid Fortran version was not found in this string: }}} see also https://github.com/mkoeppe/sage/runs/2103782381 URL: https://trac.sagemath.org/31326 Reported by: mkoeppe Ticket author(s): Zachary Scherr Reviewer(s): Matthias Koeppe
- Loading branch information