On Tue, Oct 8, 2013 at 3:05 PM, Ondřej Čertík <[email protected]> wrote: > On Tue, Oct 8, 2013 at 2:42 PM, Nathan Woods <[email protected]> wrote: >> My only real requirement is that it generate something that can be compiled >> and then wrapped with ctypes. I haven't checked out theano yet, but I'll >> take a look. I'm hoping to eventually be able to loosen the ctypes >> requirement too, since the real underlying requirement is to have a function >> pointer i can pass to fortran code in place of a python callback. Does this >> sound like something theano would help with? > > It's almost fixed at: > > https://github.com/sympy/sympy/pull/2524 > > See the comments there.
OK, see this comment: https://github.com/sympy/sympy/pull/2524#issuecomment-25927909 It produces something that compiles. There are a few bugs around, but the comment shows how to workaround them. I don't have more time to work on this. Nathan, this PR shows how to fix these kind of issues. If you could finish it up, so that we can merge it, that would be tremendous help. Just get my branch, push more commits and send a new PR. Ondrej -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
