<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Dec 6, 2013 at 10:01 PM, Christoph Gohlke <span dir="ltr"><<a href="mailto:cgohlke@uci.edu" target="_blank">cgohlke@uci.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">On 12/6/2013 12:40 PM, David Cournapeau wrote:<br>
><br>
><br>
> On Fri, Dec 6, 2013 at 8:38 PM, Christoph Gohlke <<a href="mailto:cgohlke@uci.edu">cgohlke@uci.edu</a><br>
</div><div><div class="h5">> <mailto:<a href="mailto:cgohlke@uci.edu">cgohlke@uci.edu</a>>> wrote:<br>
><br>
>     Has anyone succeeded building wheels for numpy, scipy, and matplotlib?<br>
><br>
> I did for numpy and scipy. You had to hack a bit numpy.distutils to make<br>
> it work for scipy,but nothing that would be too complicated to really fix.<br>
><br>
> In your case, the trick is to use the setupegg file: python setupegg.py<br>
> bdist_wheel<br>
><br>
> David<br>
><br>
<br>
</div></div>Thank you. The setupegg.py trick worked. Could the numpy.distutils hack<br>
be applied to the numpy 1.8.x and master branches? I'll try to fix the<br>
matplotlib issue.<br></blockquote><div><br></div><div>This should make ``python setup.py bdist_wheel`` work: <a href="https://github.com/numpy/numpy/pull/4110">https://github.com/numpy/numpy/pull/4110</a><br><br></div><div>
Ralf<br><br></div></div></div></div>