Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 5e86bf2

Browse files
author
Release Manager
committed
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
2 parents ba54691 + 4cc8c4d commit 5e86bf2

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=69e3dffde527833c504246a159deee707b293c26
3-
md5=2bc896e7c3a7188b8ff0b02eaf52cbc2
4-
cksum=1400865248
2+
sha1=bd34f6708458d86ab95ed9ea205cce0d8f23601b
3+
md5=166deb4a21db357bffb9cf6269c0ad98
4+
cksum=2282047075
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e18e9db0b62dbc8f531d8891de3777255769ca57
1+
d1ac340e663c6599832adee14b43aee4d231d25f

build/pkgs/scipy/spkg-install.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ if [ "$UNAME" = "Darwin" ]; then
1010
unset LAPACK
1111
export LDFLAGS="-bundle -undefined dynamic_lookup $LDFLAGS"
1212
export CPPFLAGS="-D__ACCELERATE__ $CPPFLAGS"
13-
# For building on OS X 11: see https://trac.sagemath.org/ticket/31183.
14-
if [ $MACOSX_VERSION -ge 20 ]; then
15-
export MACOSX_DEPLOYMENT_TARGET=11.0
16-
fi
1713
else
1814
export {ATLAS,PTATLAS,OPENBLAS,MKL,MKLROOT}=None
1915
export LDFLAGS="-shared $LDFLAGS"

0 commit comments

Comments
 (0)