Ticket #2918 (new enhancement)
make scipy use umfpack
| Reported by: | jkantor | Owned by: | jkantor |
|---|---|---|---|
| Priority: | major | Milestone: | sage-wishlist |
| Component: | numerical | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Scipy can optionally use umfpack for sparse solvers. We currently build umfpack as part of cvxopt. We don't make scipy use umfpack because the wrappers use swig. We need to autogenerate the swig wrappers so scipy can build against them without swig.
Change History
comment:1 Changed 5 years ago by jkantor
- Owner changed from mabshoff to jkantor
- Component changed from Cygwin to numerical
comment:4 Changed 4 years ago by mabshoff
Since scipy 0.7 is now out I am not sure what to do about this? Make it invalid? Change the ticket so that we install an optional umfpack-scikit.spkg?
Note that cvxopt already compiles umfpack for intenal use, so we might be able to reuse it.
Cheers,
Michael
Note: See
TracTickets for help on using
tickets.
