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

Commit

Permalink
Reverted changes in scipy's spkg-install to unset MACOSX_DEPLOYMENT_T…
Browse files Browse the repository at this point in the history
…ARGET to 11 on Big Sur
  • Loading branch information
zlscherr committed Mar 16, 2021
1 parent 5cb72aa commit 4cc8c4d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/pkgs/scipy/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ if [ "$UNAME" = "Darwin" ]; then
unset LAPACK
export LDFLAGS="-bundle -undefined dynamic_lookup $LDFLAGS"
export CPPFLAGS="-D__ACCELERATE__ $CPPFLAGS"
# For building on OS X 11: see https://trac.sagemath.org/ticket/31183.
if [ $MACOSX_VERSION -ge 20 ]; then
export MACOSX_DEPLOYMENT_TARGET=11.0
fi
else
export {ATLAS,PTATLAS,OPENBLAS,MKL,MKLROOT}=None
export LDFLAGS="-shared $LDFLAGS"
Expand Down

0 comments on commit 4cc8c4d

Please sign in to comment.