[Numpy-discussion] feasability study to migrate from numarray to numpy

2006-09-18 Thread mg
Hi all, I am doing a feseability study to migrate our Python based FEM applications from Numarray to Numpy. First, I tried to install Numpy from Python-2.4 on linux-x86, linux-86-64bit. So, all work fine. Great! Moreover, I change easily the BLAS linked libraries. I tried with ATLAS and GOTO.

Re: [Numpy-discussion] feasability study to migrate from numarray to numpy

2006-09-19 Thread mg
Oliphant wrote: mg wrote: Hi all, I am doing a feseability study to migrate our Python based FEM applications from Numarray to Numpy. First, I tried to install Numpy from Python-2.4 on linux-x86, linux-86-64bit. So, all work fine. Great! Moreover, I change easily the BLAS linked

Re: [Numpy-discussion] Numpy fails to build with Python 2.5

2006-09-19 Thread mg
Hi, I have the same problem with Python-2.5 and Python-2.6a with which i can not compile Numpy-1.0b5 and Numpy from svn. (I suppose your version of Scipy is based on one of these Numpy.) I posted my problem yesterday. The answer from Travis was it will be corrected in Numpy-1.0rc1 which will

[Numpy-discussion] how to compile numpy with visual-studio-2003?

2006-09-28 Thread mg
Hello, I just download the newly Python-2.5 and Numpy-1.0rc1 and all work fine on Linux-x86 32 and 64bit platforms. Now, I try to compile the both distributions on WindowsXP with VisualStudio2003. No problem to compile Python-2.5, but i have some troubles with Numpy-1.0rc1 and I didn't find

Re: [Numpy-discussion] how to compile numpy with visual-studio-2003?

2006-09-28 Thread mg
source = func(extension, build_dir) File numpy\core\setup.py, line 50, in generate_config_h raise ERROR: Failed to test configuration ERROR: Failed to test configuration Thanks a lot for your help. Tim Hochberg wrote: Travis Oliphant wrote: mg wrote: Hello, I just