[Numpy-discussion] CROSS-COMPILING NUMPY

David Cournapeau cournape at gmail.com
Thu Feb 26 09:31:53 EST 2009


On Tue, Feb 17, 2009 at 12:37 PM, David Cournapeau <cournape at gmail.com> wrote:

> Also, some configuration tests need to be executed on the target
> machine: this needs to be fixed.

Ok, that one at least is fixed. Now, the numpy configuration stage
does not need to execute anything on the target platform. All the
tests are purely compile/link only, no execution. Of course, I cannot
check it works in cross-compilation environment, because that's only
one step - but the particular case of windows x86 -> windows amd64
should now work.

cheers,

David



More information about the NumPy-Discussion mailing list