Skip to content

raylite/windows-wheel-builder

 
 

Repository files navigation

Numpy Windows wheel builder

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.6%
  • Makefile 1.2%
  • Other 1.2%