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

Commit

Permalink
remove obsolete workaround
Browse files Browse the repository at this point in the history
it actually breaks building Pillow with Homebrew's clang/llvm
  • Loading branch information
dimpase committed Mar 3, 2022
1 parent c9f6fba commit 9619910
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build/pkgs/pillow/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ rm -rf \
"$SAGE_LOCAL"/lib/python*/site-packages/PIL-*.egg* \
"$SAGE_LOCAL"/lib/python*/site-packages/Pillow-*.egg*

if [ "$UNAME" = "Darwin" ] ; then
# #29019
# https://github.com/python-pillow/Pillow/issues/3438#issuecomment-555019284
# https://apple.stackexchange.com/questions/372032/usr-include-missing-on-macos-catalina-with-xcode-11/372600#372600
export CPATH="$CPATH:`xcrun --show-sdk-path`/usr/include"
fi

if [ "$CONDA_PREFIX" != "" ]; then
# Quoted quotes so that whitespace in CONDA_PREFIX works correctly.
# Below we run the command line through eval.
Expand Down

0 comments on commit 9619910

Please sign in to comment.