A very crude first pass at building numpy wheels with MSVC and binaries build from ATLAS.
You might want to make a virtualenv to work in.
pip install cython delocate patch
.Clone the numpy github repo, and run the main script:
git clone https://github.com/numpy/numpy.git cd numpy git checkout v1.10.4 python ..\np-wheel-builder\build_numpy.py
This should build you a numpy wheel with the ATLAS binary packaged inside. It
will be in the dist
subdirectory of the numpy source tree.
Built wheels at: http://nipy.bic.berkeley.edu/scipy_installers/atlas_builds
ATLAS libraries built laboriously on a dedicated machine with Clint Whaley's help.
lib
and exp
files generated by MSVC lib.exe
tool, as described
here:
http://stackoverflow.com/questions/9946322/how-to-generate-an-import-library-lib-file-from-a-dll