#1574: dependencies for non pyx files aren't properly tracked
--------------------------+-------------------------------------------------
Reporter: mabshoff | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-3.1.3
Component: distribution | Resolution:
Keywords: |
--------------------------+-------------------------------------------------
Comment (by mabshoff):
This one just bit me in the ass again:
{{{
[EMAIL PROTECTED]:/scratch/mabshoff/release-cycle/sage-3.1.3.alpha2$ ./sage -b
----------------------------------------------------------
sage: Building and installing modified SAGE library files.
Installing c_lib
scons: `install' is up to date.
running install
running build
running build_py
running build_ext
building 'sage.schemes.hyperelliptic_curves.hypellfrob' extension
error: unknown file type '.pyx' (from
'sage/schemes/hyperelliptic_curves/hypellfrob.pyx')
sage: There was an error installing modified sage library code.
real 0m1.540s
user 0m1.124s
sys 0m0.416s
}}}
Anybody willing to fix this? It seems that all that needs to be done is to
add C/C++ files linked extensions to the list of dependencies to track.
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/1574#comment:1>
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
-~----------~----~----~----~------~----~------~--~---