[Numpy-discussion] 64-bit windows numpy / scipy wheels for testing

Matthew Brett matthew.brett at gmail.com
Thu Apr 24 17:56:47 EDT 2014


Hi,

Thanks to Cark Kleffner's toolchain and some help from Clint Whaley
(main author of ATLAS), I've built 64-bit windows numpy and scipy
wheels for testing.

The build uses Carl's custom mingw-w64 build with static linking.

There are two harmless test failures on scipy (being discussed on the
list at the moment) - tests otherwise clean.

Wheels are here:

https://nipy.bic.berkeley.edu/scipy_installers/numpy-1.8.1-cp27-none-win_amd64.whl
https://nipy.bic.berkeley.edu/scipy_installers/scipy-0.13.3-cp27-none-win_amd64.whl

You can test with:

pip install -U pip # to upgrade pip to latest
pip install -f https://nipy.bic.berkeley.edu/scipy_installers numpy scipy

Please do send feedback.

ATLAS binary here:

https://nipy.bic.berkeley.edu/scipy_installers/atlas_builds/atlas-64-full-sse2.tar.bz2

Many thanks for Carl in particular for doing all the hard work,

Cheers,

Matthew



More information about the NumPy-Discussion mailing list