#5103: setup.py: dependency checking does not ignore comments
---------------------+------------------------------------------------------
Reporter: mhansen | Owner: mabshoff
Type: defect | Status: new
Priority: major | Milestone: sage-3.3
Component: build | Keywords:
---------------------+------------------------------------------------------
*
Hello,
reading the code, I see another problem if ones has the following line in
its .pyx:
{{{
cimport mod#mycomment
}}}
I such a case, we'll look for a dependency mod#mycomment.pxd instead of
mod.pxd.
Otherwise, the patch solves the aforementioned problems.
Cheers
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5103>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en
-~----------~----~----~----~------~----~------~--~---