On 11/12/2010 12:56 PM, Brett Calcott 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? 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'). >
You simply need to tell bento (or rather yaku) to use the "cython" tool. See here: examples/hooks/customization/bscript Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
