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

> On 12/6/2013 12:40 PM, David Cournapeau wrote:
> >
> >
> > On Fri, Dec 6, 2013 at 8:38 PM, Christoph Gohlke <cgoh...@uci.edu
> > <mailto:cgoh...@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
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to