Re: [Numpy-discussion] NumPy 1.5.1 on RedHat 5.5

2010-11-30 Thread David Brodbeck
On Tue, Nov 30, 2010 at 11:40 AM, David Brodbeck wrote: > On Tue, Nov 30, 2010 at 9:38 AM, David Brodbeck wrote: > Turns out there is no atlas-devel package, so I changed tactics and > installed blas, blas-devel, lapack, and lapack-devel, instead.  This > was enough to get both Num

Re: [Numpy-discussion] NumPy 1.5.1 on RedHat 5.5

2010-11-30 Thread David Brodbeck
On Tue, Nov 30, 2010 at 9:38 AM, David Brodbeck wrote: > On Mon, Nov 29, 2010 at 9:08 PM, David wrote: >> the *.so.N.M are enough for binaries, but you need the *.so to link >> against a library. Those are generally provided in the -devel RPMS on RH >> distributions, > &g

Re: [Numpy-discussion] NumPy 1.5.1 on RedHat 5.5

2010-11-30 Thread David Brodbeck
I'll see if I can find development RPMs. I could have sworn I got this to build once before, too. I should have taken notes. -- David Brodbeck System Administrator, Linguistics University of Washington ___ NumPy-Discussion mailing list Nu

[Numpy-discussion] NumPy 1.5.1 on RedHat 5.5

2010-11-29 Thread David Brodbeck
/atlas/libatlas.so.3 /usr/lib64/atlas/libatlas.so.3.0 So the libraries are there, and they're where NumPy is looking for them, but it's still not finding them? Clearly I'm missing something, but I'm not sure what. -- David Brodbeck System Admini