I tried to sage -upgrade my 2.8.9 this evening on an Ubuntu x686, and
I got:
Building sage/matrix/misc.c because it depends on sage/matrix/
misc.pyx.
touch sage/matrix/misc.pyx; cython --embed-positions --incref-local-
binop -I/home/kostadm/sage/devel/sage-main -o sage/matrix/misc.c sage/
matrix/misc.pyx
Error converting Pyrex file to C:
------------------------------------------------------------
...
0, 0, 0)
cdef mpz_t* L_row
cdef mod_int* A_row
for i from 0 <= i < A._nrows:
L_row = L._matrix[i]
A_row = A._matrix[i]
^
------------------------------------------------------------
/home/kostadm/sage/devel/sage-main/sage/matrix/misc.pyx:54:25: Cannot
assign type 'sage.matrix.matrix_modn_dense.mod_int *' to
'sage.matrix.misc.mod_int *'
sage: Error running cython.
sage: There was an error installing modified sage library code.
JV
--~--~---------~--~----~------------~-------~--~----~
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-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---