Re: [Numpy-discussion] Build doesn't pass tests

2015-01-09 Thread Nikolay Mayorov
Thank you, Julian. I just happen to build scikit-learn with VS2012 and thought it's OK to use it for other packages. > Date: Thu, 8 Jan 2015 19:43:53 +0100 > From: jtaylor.deb...@googlemail.com > To: numpy-discussion@scipy.org > Subject: Re: [Numpy-discussion] Build doesn't

Re: [Numpy-discussion] Build doesn't pass tests

2015-01-08 Thread Julian Taylor
On 01/08/2015 07:31 PM, Nikolay Mayorov wrote: > Hi all! > > I'm trying to build numpy on Windows 64 bit, Python 3.4.2 64 bit. > > I do environment setup by the following command: > > CMD /K "SET MSSdk=1 && SET DISTUTILS_USE_SDK=1 && "C:\Program Files > (x86)\Microsoft Visual Studio 12.0\VC\v

[Numpy-discussion] Build doesn't pass tests

2015-01-08 Thread Nikolay Mayorov
Hi all! I'm trying to build numpy on Windows 64 bit, Python 3.4.2 64 bit. I do environment setup by the following command: CMD /K "SET MSSdk=1 && SET DISTUTILS_USE_SDK=1 && "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86_amd64" Then I cd to the newly cloned numpy fold