Re: [Numpy-discussion] numpy installation

2006-08-20 Thread Stephen Walton
On 8/18/06, Joris De Ridder <[EMAIL PROTECTED]> wrote: Sorry about my ignorance about these things. But is lapack_lite linkedto numpy even if you specify the full lapack library?As I understand it, lapack_lite is built and used by numpy as a shared library with a subset of the LAPACK routines. Afte

Re: [Numpy-discussion] numpy installation

2006-08-18 Thread Joris De Ridder
Hi, [PL]: s_wsfe is not LAPACK's routine it's a routine from the g2c library. [PL]: You have to link it in in addition to lapack_lite. Thanks for the pointer. Sorry about my ignorance about these things. But is lapack_lite linked to numpy even if you specify the full lapack library? Afte

Re: [Numpy-discussion] numpy installation

2006-08-18 Thread Piotr Luszczek
s_wsfe is not LAPACK's routine it's a routine from the g2c library. You have to link it in in addition to lapack_lite. Piotr On Friday 18 August 2006 18:07, [EMAIL PROTECTED] wrote: > Hi, > > I am correctly assuming that numpy needs the full lapack > distribution, and not just the few lapack rout