2009/3/28 Chris Colbert <sccolb...@gmail.com>

> YES! YES! YES! YES! HAHAHAHA! YES!
>
> using these flags in make.inc to build lapack 1.3.1 worked:
>
> OPTS = O2 -fPIC -m32
> NOPTS = O2 -fPIC -m32
>
> then build atlas as normal and build numpy against the static atlas
> libraries (building against the .so's created by atlas causes a linking
> error in numpy build.log.  Numpy will still work, but who knows what
> function may be broken).
>
> Now, off to build numpy 1.3.0rc1
>
> Thanks for all the help gents!
>

You might need to run ldconfig to get the dynamic linking working.

Chuck
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to