Re: [Numpy-discussion] numpy on windows x64 with mingw: it (almost) works

2008-12-21 Thread Jarrod Millman
On Sun, Dec 21, 2008 at 12:13 AM, David Cournapeau wrote: >Just a few words to mention that I've finally managed to build numpy > with the mingw-w64 project (port of mingw to AMD 64 bits MS OS), and it > almost run OK. Thanks for working on this. Jarrod ___

Re: [Numpy-discussion] numpy on windows x64 with mingw: it (almost) works

2008-12-21 Thread Gael Varoquaux
On Sun, Dec 21, 2008 at 05:13:11PM +0900, David Cournapeau wrote: > Just a few words to mention that I've finally managed to build numpy > with the mingw-w64 project I know it was a tough task. Thanks a lot for doing this. Gaƫl ___ Numpy-discussion

[Numpy-discussion] numpy on windows x64 with mingw: it (almost) works

2008-12-21 Thread David Cournapeau
Hi, Just a few words to mention that I've finally managed to build numpy with the mingw-w64 project (port of mingw to AMD 64 bits MS OS), and it almost run OK. By almost, I mean that numpy.test() finishes without crash, assuming a few unit tests are skipped (some long double problems). Not all