On Tue, Jan 8, 2013 at 9:43 PM, Matthew Knepley <knepley at gmail.com> wrote:
> Those wimps just call cpp instead of writing the preprocessor in Python > too (I did this). That means > you cannot regenerate properly. > Well, sort of. You have the original source around and you have the AST for what goes where. Preprocessing throws code transformation for a loop however you shake it. LLVM is a much heavier dependency and the Python interface is not as nice. Pick your poison. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20130108/931b0954/attachment-0001.html>
