Re: [Numpy-discussion] Compiling NumPy on Windows for Python 3.3 with MSVC 2010

2012-11-20 Thread Peter Cock
On Fri, Nov 16, 2012 at 10:08 AM, Christoph Gohlke wrote: > On 11/16/2012 1:28 AM, Peter Cock wrote: >> On Thu, Nov 15, 2012 at 6:15 PM, Christoph Gohlke wrote: >>> >>> Naturally the file would be named msvc10compiler.py but the name may be >>> kept for compatibility reasons. AFAIK msvc10 does no

Re: [Numpy-discussion] Compiling NumPy on Windows for Python 3.3 with MSVC 2010

2012-11-16 Thread Christoph Gohlke
On 11/16/2012 1:28 AM, Peter Cock wrote: > On Thu, Nov 15, 2012 at 6:15 PM, Christoph Gohlke wrote: >> >> Naturally the file would be named msvc10compiler.py but the name may be >> kept for compatibility reasons. AFAIK msvc10 does not use manifests any >> longer for the CRT dependencies and all th

Re: [Numpy-discussion] Compiling NumPy on Windows for Python 3.3 with MSVC 2010

2012-11-16 Thread Peter Cock
On Thu, Nov 15, 2012 at 6:15 PM, Christoph Gohlke wrote: > > Naturally the file would be named msvc10compiler.py but the name may be > kept for compatibility reasons. AFAIK msvc10 does not use manifests any > longer for the CRT dependencies and all the code handling msvc9 > manifests could be remo

Re: [Numpy-discussion] Compiling NumPy on Windows for Python 3.3 with MSVC 2010

2012-11-15 Thread Christoph Gohlke
On 11/15/2012 6:24 AM, Peter Cock wrote: > On Wed, Nov 14, 2012 at 7:35 PM, Christoph Gohlke wrote: >>> ... >>> RuntimeError: Broken toolchain: cannot link a simple C program >>> >>> It appears a similar issue was raised before: >>> http://mail.scipy.org/pipermail/numpy-discussion/2012-June/062866

Re: [Numpy-discussion] Compiling NumPy on Windows for Python 3.3 with MSVC 2010

2012-11-15 Thread Peter Cock
On Wed, Nov 14, 2012 at 7:35 PM, Christoph Gohlke wrote: >> ... >> RuntimeError: Broken toolchain: cannot link a simple C program >> >> It appears a similar issue was raised before: >> http://mail.scipy.org/pipermail/numpy-discussion/2012-June/062866.html >> >> Any tips? >> >> Peter > > Try changi

Re: [Numpy-discussion] Compiling NumPy on Windows for Python 3.3 with MSVC 2010

2012-11-14 Thread Christoph Gohlke
On 11/14/2012 10:10 AM, Peter Cock wrote: > Changing title to reflect the fact this thread is now about using > the Microsoft compiler rather than mingw32 as in the old thread. > > On Sat, Nov 10, 2012 at 11:04 PM, Peter Cock > wrote: >> On Sat, Nov 10, 2012 at 5:47 PM, Ralf Gommers wrote: >>> >

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

2012-11-14 Thread Peter Cock
Changing title to reflect the fact this thread is now about using the Microsoft compiler rather than mingw32 as in the old thread. On Sat, Nov 10, 2012 at 11:04 PM, Peter Cock wrote: > On Sat, Nov 10, 2012 at 5:47 PM, Ralf Gommers wrote: >> >> >> >> On Tue, Nov 6, 2012 at 6:49 PM, Peter Cock >>