[Numpy-discussion] Remove bento from numpy

Ralf Gommers ralf.gommers at gmail.com
Sat Jul 5 05:02:14 EDT 2014


On Sat, Jul 5, 2014 at 10:44 AM, David Cournapeau <cournape at gmail.com>
wrote:

>
>
>
> On Sat, Jul 5, 2014 at 5:23 PM, Ralf Gommers <ralf.gommers at gmail.com>
> wrote:
>
>>
>>
>>
>> On Sat, Jul 5, 2014 at 10:13 AM, David Cournapeau <cournape at gmail.com>
>> wrote:
>>
>>>
>>>
>>>
>>> On Sat, Jul 5, 2014 at 11:25 AM, Charles R Harris <
>>> charlesr.harris at gmail.com> wrote:
>>>
>>>> Ralf likes the speed of bento, but it is not currently maintained
>>>>
>>>
>>> What exactly is not maintained ?
>>>
>>
>> The issue is that Julian made some slightly nontrivial changes to
>> core/setup.py and didn't want to update core/bscript. No one else has taken
>> the time either to make those changes. That didn't bother me enough yet to
>> go fix it, because they're all optional features and using Bento builds
>> works just fine at the moment (and is part of the Travis CI test runs, so
>> it'll keep working).
>>
>
> What are those changes?
>

Comment in bscript:

    # TODO: add OPTIONAL_HEADERS, OPTIONAL_INTRINSICS and
    # OPTIONAL_GCC_ATTRIBUTES (see setup.py and gh-3766).  These are
    # performance optimizations for GCC.

Plus the changes in https://github.com/numpy/numpy/pull/4692, that
apparently weren't documented in bscript as TODO.

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


More information about the NumPy-Discussion mailing list