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

2009-11-25 Thread Robert DeLisle
David, It does indeed work now. I also was able to find a repo package with the atlas libraries, so I installed them as well. It appears that everything went well. Thank you again for your assistance. -Kirk On Tue, Nov 24, 2009 at 8:02 PM, David Cournapeau wrote: > On Wed, Nov 25, 2009 at

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

2009-11-24 Thread David Cournapeau
On Wed, Nov 25, 2009 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 devel packages for blas, lapack

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

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

2009-11-24 Thread Gökhan Sever
On Mon, Nov 23, 2009 at 7:07 PM, wrote: > An application package that I have requires Python 2.6 and NumPy. > > I've installed Python 2.6 in a parallel manner as follows: > > NO modification of the core Python2.4 in /usr/bin has been done. Rather, I > installed Python 2.6 under /opt/Python_2.6.4

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

2009-11-23 Thread David Cournapeau
rkdeli...@gmail.com wrote: > An application package that I have requires Python 2.6 and NumPy. > > I've installed Python 2.6 in a parallel manner as follows: > > NO modification of the core Python2.4 in /usr/bin has been done. > Rather, I installed Python 2.6 under /opt/Python_2.6.4 and modified my

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

2009-11-23 Thread rkdelisle
An application package that I have requires Python 2.6 and NumPy. I've installed Python 2.6 in a parallel manner as follows: NO modification of the core Python2.4 in /usr/bin has been done. Rather, I installed Python 2.6 under /opt/Python_2.6.4 and modified my user (not root) environment var