Re: [Numpy-discussion] Win64 build?

2008-12-17 Thread David Cournapeau
On Mon, Dec 15, 2008 at 1:26 PM, David Cournapeau da...@ar.media.kyoto-u.ac.jp wrote: Christian Heimes wrote: David Cournapeau schrieb: Do you only need numpy or also scipy ? If you only need numpy, it is relatively straightforward because you don't need BLAS/LAPACK nor any fortran compiler.

[Numpy-discussion] Win64 build?

2008-12-14 Thread Klaus Noekel
Dear all, I would like to use numpy under Windows Vista 64-bit, but I am scared a bit by compiling a 64bit build myself. Is there an installer for Win64 somewhere, or are there any plans for one? Thanks for any advice, including directions for building myself (sigh), if that should be the

Re: [Numpy-discussion] Win64 build?

2008-12-14 Thread David Cournapeau
Klaus Noekel wrote: Dear all, I would like to use numpy under Windows Vista 64-bit, but I am scared a bit by compiling a 64bit build myself. Is there an installer for Win64 somewhere, or are there any plans for one? No. Thanks for any advice, including directions for building myself

Re: [Numpy-discussion] Win64 build?

2008-12-14 Thread Christian Heimes
David Cournapeau schrieb: Do you only need numpy or also scipy ? If you only need numpy, it is relatively straightforward because you don't need BLAS/LAPACK nor any fortran compiler. You should use the Visual Studio compiler, though: VS 2005 for python 2.5 or VS 2008 for python 2.6 - mingw

Re: [Numpy-discussion] Win64 build?

2008-12-14 Thread David Cournapeau
Christian Heimes wrote: David Cournapeau schrieb: Do you only need numpy or also scipy ? If you only need numpy, it is relatively straightforward because you don't need BLAS/LAPACK nor any fortran compiler. You should use the Visual Studio compiler, though: VS 2005 for python 2.5 or VS