On Fri, Nov 12, 2010 at 10:01 PM, David Cournapeau <[email protected]> wrote: > On Fri, Nov 12, 2010 at 8:56 PM, Brett Calcott <[email protected]> > wrote: >> On 15 September 2010 22:58, David Cournapeau <[email protected]> wrote: >>> The next version of bento (to be released soon), will have relatively >>> decent support for cython, in particular chaining with other builder >>> (so that you could say chain .pyx.in -> .pyx -> .c -> .o -> .so) will >>> be possible without any monkey patch or other moronic operations. >>> >> >> Is this version out yet? > > Yes > >> I see there is a test for a pyx file, but it >> doesn't work on my Mac (cloned from github today) >> >> bentomaker: Error: bentomaker crashed (uncaught exception <class >> 'yaku.task_manager.NoHookException'>: No rule defined for extension >> '.pyx').
Hm, I should have checked - this is indeed broken, even if you use the last version in master branch from both bento and yaku. This is a persistence issue, but I don't understand the issue exactly yet. WIll look into it. Note that the build tool itself supports the case fine: if you try the example from yaku repo, it should work fine (I checked it this time): https://github.com/cournape/yaku/blob/master/examples/chaining/build.py cheers, David _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
