[Numpy-discussion] Compiling NumPy on Windows for Python 3.3

Peter Cock p.j.a.cock at googlemail.com
Sun Nov 11 18:20:48 EST 2012


On Sun, Nov 11, 2012 at 9:05 PM, Ralf Gommers <ralf.gommers at gmail.com> wrote:
>
> Those changes look correct, a PR would be great.
>

I'll do that later this week - but feel free to do it yourself immediately
if more convenient.

> Fixing the next error also seems straightforward; around line 465 of
> mingw32ccompiler a check is needed for 10.0 (not sure which one)
> and then a line like
>     _MSVCRVER_TO_FULLVER['10'] = "10.0.xxxxx.x"
> needs to be added.

I'd got that far last night before calling turning in - my question was
where do I get the last two parts of the version number. Presumably
I can just use the values from the msvcr100.dll on my machine?

Thanks,

Peter



More information about the NumPy-Discussion mailing list