On Thu, Feb 18, 2010 at 9:34 PM, D. Monarres <[email protected]> wrote: > Hello all, > > Recently I have been using sage for my thesis work and wanted to > cythonize a bit of code in hopes of making it run faster. I have > created a directory under $SAGE_ROOT/devel/sage/sage and created/ > modified all of the files requested in the developers guide. When the > files are pure python the sage -b works perfectly, but when I > cythonized one of the files the build system seems to ignore it. Just > as an experiment I modified cliquer.pyx in the graphs folder and ran > sage -b. It was updated and cython compiled it and copied the file to > the appropriate place. I was wondering what files I have to edit to > get sage to recognize my cython file? > > Thanks in advance for your help,
Edit SAGE_ROOT/devel/sage/module_list.py -- William -- 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/sage-support URL: http://www.sagemath.org
