Comment #4 on issue 1463 by ondrej.certik: Initial codegen implementation
http://code.google.com/p/sympy/issues/detail?id=1463

* we should add an option to codegen() to also generate some
makefiles/setup.py/cmake/... files to actually compile the project,  
together with a
sample main program. Something like:

codegen(("f", x+y*z), "C", "test", build_system="sh")
codegen(("f", x+y*z), "C", "test", build_system="makefiles")
codegen(("f", x+y*z), "C", "test", build_system="setup.py")
codegen(("f", x+y*z), "C", "test", build_system="cmake")

and we may use this in the tests as well (currently the compilation is  
hardcoded
there) -- in the tests I would use the "sh" (shell) -- just a bash script  
that calls
cc, if we don't want to depend on make.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to