On 26 August 2010 16:42, Ralf Gommers wrote:
>> > Without this patch, numpy.distutils is broken on, amongs others,
>> > Ubuntu. This prohibits packages such as Enthought's Enable from being
>> > built successfully.
>> >
>> > Would anyone object if I applied it to trunk?
>>
> Ehm, didn't you apply
On Wed, Aug 25, 2010 at 6:58 PM, David Cournapeau wrote:
> 2010/8/25 Stéfan van der Walt :
> > Hi all,
> >
> > Without this patch, numpy.distutils is broken on, amongs others,
> > Ubuntu. This prohibits packages such as Enthought's Enable from being
> > built successfully.
> >
> > Would anyone ob
2010/8/25 Stéfan van der Walt :
> Hi all,
>
> Without this patch, numpy.distutils is broken on, amongs others,
> Ubuntu. This prohibits packages such as Enthought's Enable from being
> built successfully.
>
> Would anyone object if I applied it to trunk?
Could you wait a bit more - I would like t
Hi all,
Without this patch, numpy.distutils is broken on, amongs others,
Ubuntu. This prohibits packages such as Enthought's Enable from being
built successfully.
Would anyone object if I applied it to trunk?
Regards
Stéfan
2010/5/5 Stéfan van der Walt :
> Hi all,
>
> Under Ubuntu, the NumPy h
Hi all,
Under Ubuntu, the NumPy headers are dumped under
/usr/include/python2.6. This is not the location that should be
exposed when another copy of NumPy is installed. The attached patch
lets
from numpy.distutils.system_info import get_info
print get_info['numpy']
return the correct path. H