[SciPy-User] Problems compiling NumPy on linux with a compiled lapack/blas

David Cournapeau cournape at gmail.com
Wed Jun 20 12:57:07 EDT 2012


On Wed, Jun 20, 2012 at 2:55 PM, Russell Warren <russ at perspexis.com> wrote:

>  > Your log appears incomplete. You definitely don't have to use atlas to
> > build numpy/scipy.
>
> Sorry about that... the pastebin clipped the output and I didn't notice.  Here is the full dump:http://pastebin.com/raw.php?i=Jy5t1B6S
>
>
Do you have LDFLAGS defined in your environment ? If so, you should unset
it, as it overrides the link options used by distutils. If you want to
override LDFLAGS, then you need to add the -shared flag.

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20120620/01f235d1/attachment.html>


More information about the SciPy-User mailing list