Re: [Numpy-discussion] Fwd: Windows wheels for testing

2016-02-16 Thread Matthew Brett
On Sat, Feb 13, 2016 at 9:55 AM, Jonathan Helmus wrote: > > > On 2/12/16 10:23 PM, Matthew Brett wrote: >> >> On Fri, Feb 12, 2016 at 8:18 PM, R Schumacher wrote: >>> >>> At 03:45 PM 2/12/2016, you wrote: PS C:\tmp> c:\Python35\python -m venv np-testing PS C:\tmp> .\np-testing\Scri

Re: [Numpy-discussion] Fwd: Windows wheels for testing

2016-02-13 Thread Jonathan Helmus
On 2/12/16 10:23 PM, Matthew Brett wrote: On Fri, Feb 12, 2016 at 8:18 PM, R Schumacher wrote: At 03:45 PM 2/12/2016, you wrote: PS C:\tmp> c:\Python35\python -m venv np-testing PS C:\tmp> .\np-testing\Scripts\Activate.ps1 (np-testing) PS C:\tmp> pip install -f https://nipy.bic.berkeley.edu/

Re: [Numpy-discussion] Fwd: Windows wheels for testing

2016-02-13 Thread G Young
I've actually had test failures on occasion (i.e. when I run "numpy.test()") with his builds but overall, they are quite good. Speaking of MKL, for anyone who uses conda, does anyone know if it is possible to link the "mkl" package to the numpy source? My first guess is no since the description a

Re: [Numpy-discussion] Fwd: Windows wheels for testing

2016-02-13 Thread R Schumacher
Have you all conferred with C Gohlke on his Windows build bot? I've never seen a description of his recipes. The MKL linking aside, his binaries always seem to work flawlessly. - Ray At 11:16 PM 2/12/2016, you wrote: AFAIK the vcvarsall.bat error occurs when your MSVC directories aren't prope

Re: [Numpy-discussion] Fwd: Windows wheels for testing

2016-02-12 Thread G Young
AFAIK the vcvarsall.bat error occurs when your MSVC directories aren't properly linked in your system registry, so Python cannot find the file. This is not a numpy-specific issue, so I certainly would agree that that failure is not blocking. Other than that, this build contains the mingw32.lib bug

Re: [Numpy-discussion] Fwd: Windows wheels for testing

2016-02-12 Thread Matthew Brett
On Fri, Feb 12, 2016 at 8:18 PM, R Schumacher wrote: > At 03:45 PM 2/12/2016, you wrote: >> >> PS C:\tmp> c:\Python35\python -m venv np-testing >> PS C:\tmp> .\np-testing\Scripts\Activate.ps1 >> (np-testing) PS C:\tmp> pip install -f >> https://nipy.bic.berkeley.edu/scipy_installers/atlas_builds n

Re: [Numpy-discussion] Fwd: Windows wheels for testing

2016-02-12 Thread R Schumacher
At 03:45 PM 2/12/2016, you wrote: PS C:\tmp> c:\Python35\python -m venv np-testing PS C:\tmp> .\np-testing\Scripts\Activate.ps1 (np-testing) PS C:\tmp> pip install -f https://nipy.bic.berkeley.edu/scipy_installers/atlas_builds numpy nose C:\Python34\Scripts>pip install "D:\Python distros\nump

[Numpy-discussion] Fwd: Windows wheels for testing

2016-02-12 Thread Matthew Brett
On Fri, Feb 12, 2016 at 3:15 PM, R Schumacher wrote: > At 03:06 PM 2/12/2016, you wrote: > >> Any feedback would be very useful, > > > Sure, here's a little: > > C:\Python34\Scripts>pip install -f > https://nipy.bic.berkeley.edu/scipy_installers/atlas_builds numpy > Requirement already satisfied (