[Numpy-discussion] Numerical Python and LAPACK on 64-bit machines

Pearu Peterson pearu at cens.ioc.ee
Wed Mar 6 01:43:01 EST 2002


Hi,

On Wed, 6 Mar 2002, Roman Geus wrote:

> So, what really needs to be changed (at least for this machine) is how
> Numerical Python calls BLAS/LAPACK. It also needs to use 32bit integers.
> So this means using 'int' instead of 'long int'. 

Having wrapped a lot of Fortran codes to Python, I agree, that Numerical
Python should use 'int', instead of, 'long'. Though I have little
influence to make this change to happen in Numeric but just agreeing with
you.

Pearu





More information about the NumPy-Discussion mailing list