-
-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
homebrew llvm / clang - followup to #30835 #32207
Comments
Upstream: Reported upstream. No feedback yet. |
comment:2
reported here: python-pillow/Pillow#5622 |
comment:3
the setup.py patch in Pillow is obsolete anyway, and should be removed. |
comment:4
python-pillow/Pillow#5624 provides a fix. Will backport here. |
Changed upstream from Reported upstream. No feedback yet. to Fixed upstream, in a later stable release. |
Commit: |
Author: Dima Pasechnik |
Dependencies: #30835 |
comment:7
Stalled in |
comment:9
hopefully pillow problem will be fixed by #33116 |
Changed branch from u/dimpase/packages/pillow/llvmclang_fix to u/dimpase/packages/pillow/fixfor_homebrew_clang |
comment:11
The only thing to review here is removal of the Darwin-only Pillow workaround, which is no longer necessary, according to my tests. Please review. |
Changed upstream from Fixed upstream, in a later stable release. to None of the above - read trac for reasoning. |
Changed keywords from none to macOS, Darwin |
This comment has been minimized.
This comment has been minimized.
comment:14
Can someone remind me of why, in the pillow installation log file, it says toward the end
|
comment:15
I guess it's coming from
namely, before installing a newly built wheel, |
comment:16
|
comment:17
Pillow builds for me (with the standard gcc, not using homebrew's llvm etc.). Sage itself does not — see my recent post on sage-support — so I can't test further. |
comment:18
I understand that #33522 fixes the scipy error you're talking about. It has nothing to do with this ticket, I think. |
comment:19
I think you're right, but I would like to see for myself that Sage builds with this branch (+#33522). |
comment:20
I haven't checked llvm/clang, but it works with the standard OS X clang + homebrew's gfortran. Is this good enough? |
comment:21
Yes, that's good enough. Thanks. |
comment:22
in case, tests are running on #33512 comment:3 |
Reviewer: John Palmieri |
comment:23
Great, let's merge it. |
comment:24
FWIW, Positive review on Apple Silicon M1 Macs with Homebrew up to date, both macOS 11.6.5 (Big Sur) with Xcode 13.2.1 and macOS 12.3 (Monterey) with Xcode 13.3. |
Changed branch from u/dimpase/packages/pillow/fixfor_homebrew_clang to |
in #30835 problems with using clang(++) from Homebrew on macOS were found
After Pillow update to 9.0.1 the only problem is caused by an obsolete workaround
for Darwin/XCode in Pillow's spkg-install. The branch here removes it.
Depends on #33116
Upstream: None of the above - read trac for reasoning.
CC: @mkoeppe @jhpalmieri
Component: build
Keywords: macOS, Darwin
Author: Dima Pasechnik
Branch/Commit:
9619910
Reviewer: John Palmieri
Issue created by migration from https://trac.sagemath.org/ticket/32207
The text was updated successfully, but these errors were encountered: