Re: [f2py] f2py and lapack DLARUV
Stephane Raynaud <[email protected]> Tue, 24 May 2011 17:15:58 +0200
| Newsgroups | gmane.comp.python.f2py.user |
|---|---|
| Message-ID | <[email protected]> |
On Fri, May 20, 2011 at 2:27 PM, Pearu Peterson <[email protected]> wrote: > [...] > I think this is a local library building problem and not related to > f2py. In general, the `f2py -c ... -lblas -llapack` just works if the > libraries are built properly. You were right. The library is not built properly for f2py with the default makefiles, as noticed by this user : http://sites.google.com/site/applegatearchive/software/scipy-on-amd64 Some routines are treated separatly, without options, and thus no "-fPIC". Thanks. > > Best regards, > Pearu > -- Stephane Raynaud