Re: [Numpy-discussion] Numpy.dot segmentation fault

2010-01-18 Thread Robin
You can build numpy against Accelerate through macports by specifying the +no_atlas variant. Last time I tried I ran into this issue: http://trac.macports.org/ticket/22201 but it looks like it should be fixed now. Cheers Robin On Mon, Jan 18, 2010 at 8:15 PM, Mark Lescroart wrote: > Hi David

Re: [Numpy-discussion] Numpy.dot segmentation fault

2010-01-18 Thread Mark Lescroart
Hi David (et al), Thanks for the reply. The version of ATLAS I was using was v3.8.3_1, installed via MacPorts, compiled and built on my machine with a gcc4.3 compiler. I uninstalled numpy 1.4 and ATLAS, re-installed (i.e., re- compiled) the same version (3.8.3_1), re-installed numpy (for py

Re: [Numpy-discussion] Numpy.dot segmentation fault

2010-01-17 Thread David Cournapeau
Mark Lescroart wrote: > Hello, > > I've encountered a segfault in numpy when trying to compute a dot > product for two arrays - see code below. The problem only seems to occur > when the arrays reach a certain size. Your atlas is most likely broken. You will have to double-check how you built

[Numpy-discussion] Numpy.dot segmentation fault

2010-01-17 Thread Mark Lescroart
Hello, I've encountered a segfault in numpy when trying to compute a dot product for two arrays - see code below. The problem only seems to occur when the arrays reach a certain size. I'm using Numpy version 1.3.0, installed via macports, on a 2.33 GHz Intel Core2 Duo Macbook Pro running