You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, yes, this is due to a change in the Python C API from 2.7 to 3. My code uses Python CObjects, which turn out to be deprecated as of Python 2.7, and are probably no longer supported in Python 3 (https://docs.python.org/2/c-api/cobject.html). I think I see how to fix this using the new "PyCapsule" object, and will submit a patch later this week.
MRG: revert lapack refactor for compatibility
Lapack refactor increases our scipy dependency to 0.13 (see gh-344) and causes
some build errors (see gh-342).
Revert for now, so we can reconsider how best to fix up gh-328.
As discussed in gh-344.
Before we merged #328 - we weren't getting any link errors - see https://travis-ci.org/nipy/nipy/builds/56913971
After we merged #328 - the Python 3 build broke down, probably for unrelated reasons - see #338 .
Re-enabling the Python 3 build (#341) we now have 12 linking errors - see : https://travis-ci.org/matthew-brett/nipy/jobs/77184112
Errors are of form:
This is only for Python 3 - no link errors for Python 2:
https://travis-ci.org/matthew-brett/nipy/jobs/77184109
@alexis-roche - I think these are from the lapack merge - is that possible?
The text was updated successfully, but these errors were encountered: