On Mon, Jun 8, 2009 at 13:40, Ondrej Certik<[email protected]> wrote: > > 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
scipy.weave already has most of the infrastructure that you need. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
