Opened 12 years ago
Closed 12 years ago
#36694 closed defect (fixed)
py27-scipy: unittest linalg / blas / arpack errors
Reported by: | cdeil (Christoph Deil) | Owned by: | skymoo (Adam Mercer) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | ||
Port: | py27-scipy |
Description
With py27-scipy @0.11.0_0+gcc45
I see a lot of scipy unit test failures mentioning linalg / blas / arpack :
https://gist.github.com/3937487
Are these scipy bugs or problems with the Macports scipy build?
Change History (6)
comment:1 Changed 12 years ago by cdeil (Christoph Deil)
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ram@… removed |
---|---|
Owner: | changed from macports-tickets@… to ram@… |
comment:3 follow-up: 4 Changed 12 years ago by cdeil (Christoph Deil)
A scipy developer commented that these are all known problems for scipy on Mac OS 10.8: https://github.com/scipy/scipy.org-new/pull/5#issuecomment-9993311
Maybe these issues will be resolved with the next scipy version. Would it make sense to have the scipy +atlas variant on by default?
comment:4 follow-up: 5 Changed 12 years ago by skymoo (Adam Mercer)
Replying to Deil.Christoph@…:
A scipy developer commented that these are all known problems for scipy on Mac OS 10.8: https://github.com/scipy/scipy.org-new/pull/5#issuecomment-9993311 Maybe these issues will be resolved with the next scipy version.
Good to know, thanks for following up.
Would it make sense to have the scipy +atlas variant on by default?
In the past the +atlas
variant has been the source of a lot of problems, hence it being off by default.
comment:5 Changed 12 years ago by cdeil (Christoph Deil)
Replying to ram@…:
Replying to Deil.Christoph@…:
A scipy developer commented that these are all known problems for scipy on Mac OS 10.8: https://github.com/scipy/scipy.org-new/pull/5#issuecomment-9993311 Maybe these issues will be resolved with the next scipy version.
Good to know, thanks for following up.
Would it make sense to have the scipy +atlas variant on by default?
In the past the
+atlas
variant has been the source of a lot of problems, hence it being off by default.
Then maybe just close this ticket and we can hope that the next scipy version works without errors on Mac.
comment:6 Changed 12 years ago by skymoo (Adam Mercer)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Issue #36696 might be related to this issue.