On Tue, 27 Jan 2009 09:40:56 -0800 (PST) Istvan Albert <[email protected]> wrote:
> > What I am saying above is that the code would be around 73 (rather > than 70) lines of 'declarative' type code instead of 300 lines of > fairly complicated 'imperative' type code. Okay, I'm not sure if I understand you correctly so let me clarify. By offloading extension building onto Pyrex you've managed to reduce setup.py from 300 to 70 lines, at a price of making Pyrex a required dependency - that is clear. The question is, how to get rid of Pyrex dependency if C files have already been generated. Are you saying this can be done in just about THREE lines of code? If so, this is really great news. -- MS --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
