Re: [Numpy-discussion] build errors

2011-10-06 Thread Paul Anton Letnes
e dynamic ones but this doesn't >>seem >>to work. >> >>Any help will be greatly appreciated. Thanks in advance. >> >>Regards, >>Wadud. >> >>>-Original Message- >>>From: numpy-discussion-boun...@scipy.org [mailto:numpy-dis

Re: [Numpy-discussion] build errors

2011-10-06 Thread Miah Wadud Dr (ITCS)
nt: Thursday, October 06, 2011 11:12 AM >To: Discussion of Numerical Python >Subject: Re: [Numpy-discussion] build errors > >Hi David, > >Thanks for your reply. Nope, I didn't build the ATLAS libraries myself and am >trying to do that now. However, whenever I try to build the

Re: [Numpy-discussion] build errors

2011-10-06 Thread Miah Wadud Dr (ITCS)
oun...@scipy.org [mailto:numpy-discussion- >boun...@scipy.org] On Behalf Of David Cournapeau >Sent: Tuesday, October 04, 2011 6:40 PM >To: Discussion of Numerical Python >Subject: Re: [Numpy-discussion] build errors > >On Tue, Oct 4, 2011 at 11:54 AM, Miah Wadud Dr (ITCS) wrote: >&

Re: [Numpy-discussion] build errors

2011-10-04 Thread David Cournapeau
On Tue, Oct 4, 2011 at 11:54 AM, Miah Wadud Dr (ITCS) wrote: > Hello numpy users, > > I am trying to build numpy 1.6.1 and am having problems. It prints the > following error message: > > gcc -pthread -shared > build/temp.linux-x86_64-2.4/numpy/core/blasdot/_dotblas.o -L/usr/lib64/atlas > -Lbui

[Numpy-discussion] build errors

2011-10-04 Thread Miah Wadud Dr (ITCS)
Hello numpy users, I am trying to build numpy 1.6.1 and am having problems. It prints the following error message: gcc -pthread -shared build/temp.linux-x86_64-2.4/numpy/core/blasdot/_dotblas.o -L/usr/lib64/atlas -Lbuild/temp.linux-x86_64-2.4 -lptf77blas -lptcblas -latlas -o build/lib.linux-x8

Re: [Numpy-discussion] Build errors

2009-01-15 Thread Gael Varoquaux
On Thu, Jan 15, 2009 at 03:11:22AM -0800, Michael Abshoff wrote: > You need to build dynamic version of ATLAS or alternatively make ATLAS > use -fPIC during compilation when building static libs. Note that AFAIK > ATLAS 3.8.2's make install does not copy over the dynamic libs, but you > should b

Re: [Numpy-discussion] Build errors

2009-01-15 Thread Michael Abshoff
Gael Varoquaux wrote: Hi Gael, > OK, here we go for the stupid questions showing that I really don't > understaind building well: > > I am building numpy on a Mandriva x86_64. I built an optimized ATLAS, and > added the relevant lines to the site.cfg so that numpy does find the > libraries. But

[Numpy-discussion] Build errors

2009-01-15 Thread Gael Varoquaux
OK, here we go for the stupid questions showing that I really don't understaind building well: I am building numpy on a Mandriva x86_64. I built an optimized ATLAS, and added the relevant lines to the site.cfg so that numpy does find the libraries. But now I get the following error at build: /usr