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 t

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 : > 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 linki