Simon King
unread,May 25, 2013, 6:47:03 AM5/25/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-...@googlegroups.com
Hi!
Currently, I try to resume work on a project that bitrotted for a
while---to the extent that some patch won't apply and I have absolutely
no idea where the failing hunks of the patch should go.
It is patching setup.py in SAGE_ROOT/devel/sage. My patch expects it to
look like this:
'sage.algebras',
'sage.algebras.letterplace',
'sage.algebras.quatalg',
'sage.algebras.steenrod',
and wants to insert another line, apparently to add a module.
However, the current setup.py does not even remotely look like this.
Where to insert information of the additional code? Or is it actually
not needed any more to do so?
Best regards,
Simon