-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
fix scipy for XCode 12 #30604
Comments
comment:1
upstream already have some of these fixes in master, but not all. New commits:
|
Commit: |
comment:2
PR for the upstream master branch: scipy/scipy#12864 |
comment:3
The changes look sensible, I don't imagine them causing breakage on other platforms, and |
Reviewer: John Palmieri |
Changed upstream from Reported upstream. No feedback yet. to Fixed upstream, in a later stable release. |
comment:5
our PR is accepted upstream. Do you know if Sage's scipy passed its tests on macOS before ? |
comment:6
It seems that when I checked a year ago, it did pass its test suite. |
comment:7
Actually, sorry, I misunderstood. I don't know if I've ever run scipy's tests: I typically only run tests using the spkg-check files in Sage (via SAGE_CHECK=yes), and scipy doesn't have one of those. So I didn't run its tests a year ago. |
comment:8
One can fire up Python and do
for a relatively short testsuite. |
comment:9
I don't have any machine with Xcode 11 to test with, unfortunately. |
comment:10
I also don't have Xcode 11 any more, but my systemwide scipy on Mac and ubuntu both have similar numbers: Ubuntu 20.04: ============================ 25461 passed, 2015 skipped, 10989 deselected, 75 xfailed, 7 xpassed, 10 warnings in 459.37s (0:07:39) ============================= Mac 10.15, Xcode 12 ============================ 25497 passed, 1980 skipped, 10989 deselected, 75 xfailed, 6 xpassed, 10 warnings in 398.20s (0:06:38) ============================= |
Attachment: scipy-test-failure.txt failure report |
comment:11
In case it's any help: I ran |
comment:12
That Xcode 12 update raises the question whether the clang-12 - compiled code meant to be compatible with the clang-11 - compiled code, in particular C++ might be an issue. |
Changed branch from u/dimpase/packages/scipy/xcode12fix to |
Upstream: Fixed upstream, in a later stable release.
CC: @mkoeppe @jhpalmieri
Component: packages: standard
Author: Dima Pasechnik
Branch/Commit:
711fe05
Reviewer: John Palmieri
Issue created by migration from https://trac.sagemath.org/ticket/30604
The text was updated successfully, but these errors were encountered: