On Thursday, May 8, 2014 11:17:53 PM UTC+2, Peter Bruin wrote: > > The Cython cache seems to be ~/.cycache/, at least on my system. >
thanks! now it works : [...] Updating Cython code.... Compiling sage/graphs/distances_all_pairs.pyx because it changed. Cythonizing sage/graphs/distances_all_pairs.pyx warning: ./sage/misc/binary_matrix_pxd.pxi:6:9: Function signature does not match previous declaration warning: sage/graphs/distances_all_pairs.pyx:1061:24: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. warning: sage/graphs/distances_all_pairs.pyx:1061:29: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line. Finished Cythonizing, time: 11.35 seconds. [...] -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
