On Feb 19, 2009, at 9:47 PM, Michael Abshoff wrote:
> Robert Bradshaw wrote:
>> On Feb 19, 2009, at 8:17 PM, Michael Abshoff wrote:
>
> <SNIP>
>
> Hi Robert,
>
>>> I got busy with other things, so refresh my mind: All I need to do
>>> is to
>>> add
>>>
>>> -DCYTHON_REFNANNY
>>>
>>> to CFLAGS and after rebuilding the library run the test suite?
>>
>> Yes, I think that would do the trick. You can also use Extension(...,
>> define_macros=[('CYTHON_REFNANNY', None)]) in setup.py, but that'd
>> probably be less simple.
>
> Well, I will just patch it into the Python CFLAGS :). But a clean,
> on-demand solution in setup.py would be the way to go. I am not known
> for my elegant coding, so I will someone else do that.
Yeah, I think we iterate over extensions to add gmp, etc. to the
libraries anyways.
> Do you have a recent cython.spkg to test or should I just pull from
> devel?
Just pull from devel.
- Robert
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev