[Numpy-discussion] Correct way to query NumPy for linktime BLAS and LAPACK

2013-08-05 Thread Aron Ahmadia
Dear NumPy Developers, In the Clawpack/* repositories [1], we use a mixture of Fortran and Python source, currently glued together using f2py. Occasionally, we'll need to link the Fortran code directly against LAPACK. In particular, we're using dgeev and dgesv to solve several different Riemann

Re: [Numpy-discussion] Problems building from source

2013-08-05 Thread Raul Cota
On 05/08/2013 2:17 PM, Charles R Harris wrote: On Mon, Aug 5, 2013 at 2:00 PM, Raul Cota wrote: Hello, I had not updated my code for a few months. I updated today to

Re: [Numpy-discussion] Problems building from source

2013-08-05 Thread Charles R Harris
On Mon, Aug 5, 2013 at 2:00 PM, Raul Cota wrote: > Hello, > > I had not updated my code for a few months. I updated today to the > latest source and I cannot build anymore, > (Windows, Python 2.6) > > > When I do, > python setup.py build > > > I get, > > """ > Running from numpy source directory.

[Numpy-discussion] Problems building from source

2013-08-05 Thread Raul Cota
Hello, I had not updated my code for a few months. I updated today to the latest source and I cannot build anymore, (Windows, Python 2.6) When I do, python setup.py build I get, """ Running from numpy source directory. Traceback (most recent call last): File "setup.py", line 192, in

Re: [Numpy-discussion] Questions on GUFUNCS

2013-08-05 Thread Charles R Harris
On Sun, Aug 4, 2013 at 11:49 PM, Jaime Fernández del Río < jaime.f...@gmail.com> wrote: > Hi! > > I have spent the last couple of weeks playing around with GUFUNCS, and am > literally blown away by the power that a C compiler and NumPy put at the > tip of my fingers! I still have many questions, b

[Numpy-discussion] distutils seems to pick the wrong fortran compiler flags

2013-08-05 Thread Hugo Gagnon
Hi, I'm using f2py shipping with EPD 32 bit on 64 bit Mac OS 10.8. The command "f2py -c -m plot3d --fcompiler=gnu95 plot3d.f90" compiles the objects files in 32 bit, which is good, but fails at the linkage step with a "file was built for i386 which is not the architecture being linked (x86_64)" w

Re: [Numpy-discussion] Installation bug on Python 3.3?

2013-08-05 Thread Jaakko Luttinen
I was able to install by downloading the package for version 1.7.1 from github and then running python3.3 setup.py install No errors given. So, the problem might be related to pip and the fact that python3.3 is installed locally in my personal home folder which is in a different filesystem th

[Numpy-discussion] Installation bug on Python 3.3?

2013-08-05 Thread Jaakko Luttinen
Hi, I'm trying to install NumPy 1.7.1 for Python 3.3 using pip install numpy However, I get the following error after a while: error: numpy.egg-info/dependency_links.txt: Operation not supported Is this a bug or am I doing something wrong? If it matters, I'm using virtualenv as I do no

Re: [Numpy-discussion] NumPy-Discussion Digest, Vol 83, Issue 3

2013-08-05 Thread Graeme B. Bell
Pauli, Thanks very much for investigating this and fixing it. Your patch works perfectly for me. :) Runtests.py now automatically uses "NumPy version 1.8.0.dev-af12c09". The only comment I have is that the line number patched was different on my copy (line 192). Perhaps we can add "run 'p