[SciPy-user] Sparse Matrices (SciPy or elsewhere)?

Travis Oliphant oliphant at ee.byu.edu
Tue Dec 17 14:49:16 EST 2002


>
> Well, I need this to build a complicated prototype --I need Sparse to work,
> but not that well; if the prototype works, then things will change :-)

It does work, but features may be missing.

> 2) I've now tried to compile SciPy CVS using gcc-mingw as specified on the
> website.  I am running into the issue that my ATLAS and LAPACK are linked
> against another python (Cygwin's 2.2.1, whereas I am running 2.1 win32 on my
> box for another project).  I downloaded pre-built ATLAS but I don't know if
> this will work, since it's probably built with another compiler (are there
> any ABI issues w/ ATLAS??; I am guessing not, but I'd like to be sure)
>

I don't think there are, because ATLAS is usually statically linked.  But,
I'm the wrong person to ask.

> If I go with (2), can I use pre-built ATLAS and LAPACK?

I think so.  Can somebody with windows experience comment here?

>
> Also, how did you compile sparse on Linux? with its makefile (which looks a
> bit out-of-date) or with setup_sparse.py?

I set build_sparse=1 (currently it is set to 0),  in the main setup.py
file and then it goes off and uses the setup_sparse.py file.  I've never
actually tried to install it using just setup_sparse.py though it should probably work.

-Travis






More information about the SciPy-User mailing list