On Mon, Jun 8, 2009 at 11:57 AM, Brian Granger<[email protected]> wrote: > > I haven't followed this too closely, but why not simply write a simple > setup.py script for the generated code and let distutils create the > extension module? Calling gcc by hand will be quite painful if you > really want to do it in a cross platform manner.
Here is a concrete patch: http://code.google.com/p/sympy/issues/detail?id=1463 it just calls "cc", which imho is good enough for now (I tested on both linux and mac and it just works). See also my comment here: http://code.google.com/p/sympy/issues/detail?id=1463#c4 Ondrej --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy" 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/sympy?hl=en -~----------~----~----~----~------~----~------~--~---
