[Numpy-discussion] distributing wheels & SSE/superpack options

Ralf Gommers ralf.gommers at gmail.com
Fri Dec 6 16:26:15 EST 2013


On Fri, Dec 6, 2013 at 10:01 PM, Christoph Gohlke <cgohlke at uci.edu> wrote:

> On 12/6/2013 12:40 PM, David Cournapeau wrote:
> >
> >
> > On Fri, Dec 6, 2013 at 8:38 PM, Christoph Gohlke <cgohlke at uci.edu
> > <mailto:cgohlke at uci.edu>> wrote:
> >
> >     Has anyone succeeded building wheels for numpy, scipy, and
> matplotlib?
> >
> > I did for numpy and scipy. You had to hack a bit numpy.distutils to make
> > it work for scipy,but nothing that would be too complicated to really
> fix.
> >
> > In your case, the trick is to use the setupegg file: python setupegg.py
> > bdist_wheel
> >
> > David
> >
>
> Thank you. The setupegg.py trick worked. Could the numpy.distutils hack
> be applied to the numpy 1.8.x and master branches? I'll try to fix the
> matplotlib issue.
>

This should make ``python setup.py bdist_wheel`` work:
https://github.com/numpy/numpy/pull/4110

Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20131206/ddbc5995/attachment.html>


More information about the NumPy-Discussion mailing list