On Sun, Sep 22, 2013 at 10:34:53AM +0200, Nathann Cohen wrote: > Would anybody know if there is an easy way to have a .c, .cpp or .cc file > in Sage's source code, and have it compiled "manually", i.e. with a call to > gcc and not through Cython
there are plenty of cases of this kind. grep -e '\.c\>' -e '\.cc\>' -e '\.cpp\>' src/module_list.py also, there is a proper build system waiting for integration, #14807. > Have fuuuuuuun everybody ! yes. regards felix -- You received this message because you are subscribed to the Google Groups "sage-devel" 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/sage-devel. For more options, visit https://groups.google.com/groups/opt_out.
