[Matplotlib-users] numpy and lapack on linux

2009-05-04 Thread Nathaniel Echols
I need to distribute matplotlib as part of a large and somewhat heterogeneous package of Python-based software. On Macs, lapack is installed by default, and I can rely on the linking working regardless of which OS version it was compiled on (we use 10.4.11, but it runs fine on 10.5). On Linux,

Re: [Matplotlib-users] numpy and lapack on linux

2009-05-04 Thread Matthieu Brucher
Hi, Just compile numpy on a system that doesn't have lapack3 installed. Matthieu 2009/5/4 Nathaniel Echols nathaniel.ech...@gmail.com: I need to distribute matplotlib as part of a large and somewhat heterogeneous package of Python-based software.  On Macs, lapack is installed by default, and

Re: [Matplotlib-users] numpy and lapack on linux

2009-05-04 Thread Nathaniel Echols
On Mon, May 4, 2009 at 10:50 AM, Matthieu Brucher matthieu.bruc...@gmail.com wrote: Just compile numpy on a system that doesn't have lapack3 installed. Unfortunately, this is going to be difficult - our build process is very automated (done every night) and we use these systems for other