Re: [Numpy-discussion] Python 2.6, NumPy on CentOS 5.3

2009-11-25 Thread Robert DeLisle
009 at 2:11 AM, Robert DeLisle > wrote: > > David Cournapeau wrote: > > > > You need the *.so and not the *.so.3.1.1. The latter are enough to *run* > > applications linked against the library, the former is necessary to link > > against them. IOW, you need the

Re: [Numpy-discussion] Python 2.6, NumPy on CentOS 5.3

2009-11-24 Thread Robert DeLisle
Gokhan, Thank you for the referred repo. I'll keep this as a reference for future endeavours should I fail given my current approach. As for installing Python 2.6.4, that was very easily done as a parallel installation as I described. I'm more than happy to give you more details if you need the

Re: [Numpy-discussion] Python 2.6, NumPy on CentOS 5.3

2009-11-24 Thread Robert DeLisle
David Cournapeau wrote: You need the *.so and not the *.so.3.1.1. The latter are enough to *run* applications linked against the library, the former is necessary to link against them. IOW, you need the devel packages for blas, lapack (and python). If you want to do it without admin rights, there i