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

Commit 4cc8c4d

Browse files
committed
Reverted changes in scipy's spkg-install to unset MACOSX_DEPLOYMENT_TARGET to 11 on Big Sur
1 parent 5cb72aa commit 4cc8c4d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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)