sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.31k stars 451 forks source link

make scipy use umfpack #2918

Open 9add60f9-cda7-4632-b984-480048b3f7cf opened 16 years ago

9add60f9-cda7-4632-b984-480048b3f7cf commented 16 years ago

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.

Component: numerical

Issue created by migration from https://trac.sagemath.org/ticket/2918

85eec1a4-3d04-4b4d-b711-d4db03337c41 commented 15 years ago
comment:3

SciPy 0.7 is deprecating Umfpack support and moving it to a SciKit. It might be better to have an umfpack.spkg that also contains that new SciKit.

Cheers,

Michael

85eec1a4-3d04-4b4d-b711-d4db03337c41 commented 15 years ago
comment:4

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