Re: [Numpy-discussion] numpy and the ACML

2009-01-25 Thread George Nurser
Hmmm. I'm at a bit of a loss to understand why it isn't working for you. How is it failing ?-- is the output of python setup.py build simply giving blas not found, or is it something more complex? Did you remove the previous build directory, and the previous install directory? Have you changed t

Re: [Numpy-discussion] numpy and the ACML

2009-01-24 Thread Gideon Simpson
That's not working for me. Any thoughts on how to troubleshoot it? -gideon On Jan 24, 2009, at 6:18 PM, George Nurser wrote: > I did manage to get it working. > I remember that both libcblas.a (or a link to it) and libacml.so had > to be in the same directory. > > Also I had to comment out lines

Re: [Numpy-discussion] numpy and the ACML

2009-01-24 Thread George Nurser
I did manage to get it working. I remember that both libcblas.a (or a link to it) and libacml.so had to be in the same directory. Also I had to comment out lines 399-400 of setup.py: # if ('NO_ATLAS_INFO',1) in blas_info.get('define_macros',[]): # return None # dotblas

Re: [Numpy-discussion] numpy and the ACML

2009-01-24 Thread Gideon Simpson
I've tried building CBLAS, which seems to run properly by itself, but numpy is still having difficulty. I've got the following in my site.cfg: [blas_opt] library_dirs = /usr/local/nonsystem/simpson/CBLAS/lib/LINUX:/usr/local/ nonsystem/simpson/acml4.2.0/gfortran64/lib include_dirs = /usr/loc

Re: [Numpy-discussion] numpy and the ACML

2009-01-24 Thread Pauli Virtanen
Sat, 24 Jan 2009 15:26:17 -0500, Gideon Simpson wrote: > Nadav- > > That doesn't quite seem to work for me. I added: > > [blas_opt] > library_dirs = /usr/local/nonsystem/simpson/acml4.2.0/gfortran64/lib > include_dirs = /usr/local/nonsystem/simpson/acml4.2.0/gfortran64/include > libraries = acm

Re: [Numpy-discussion] numpy and the ACML

2009-01-24 Thread Gideon Simpson
on > נשלח: ש 24-ינואר-09 18:21 > אל: Discussion of Numerical Python > נושא: [Numpy-discussion] numpy and the ACML > > Does anyone have a guide on how to get numpy to use the ACML as its > blas/lapack backend? > > -gideon > > ___ &g

Re: [Numpy-discussion] numpy and the ACML

2009-01-24 Thread Nadav Horesh
Python נושא: [Numpy-discussion] numpy and the ACML Does anyone have a guide on how to get numpy to use the ACML as its blas/lapack backend? -gideon ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman

[Numpy-discussion] numpy and the ACML

2009-01-24 Thread Gideon Simpson
Does anyone have a guide on how to get numpy to use the ACML as its blas/lapack backend? -gideon ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion