<br><br><div><span class="gmail_quote">On 7/13/06, <b class="gmail_sendername">Adam Carter</b> <<a href="mailto:adam@epcc.ed.ac.uk">adam@epcc.ed.ac.uk</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br><br>Do I need lapack_lite aswell? Where can I get it? If I need this other<br>LAPACK, how can I ensure that my code uses the optimised version of LAPACK<br>already on this system I'm using?</blockquote><div><br>
Lapack_lite is in the numpy sources.  I think it's the fallback if you don't have a LAPACK.<br><br>You can check the config that got built with:<br>numpy.show_config()<br><br></div></div>But that doesn't help much if you can't import numpy.
<br><br>--bb<br>