Le samedi 8 avril 2017 13:58:58 UTC+2, Eric Gourgoulhon a écrit : > > From a fresh git clone + pull develop on Ubuntu 16.04 x86_64 i7-6700HQ + > 16 MB RAM, parallel (-j8) build OK and make ptestlong successful. >
I've noticed a difference w.r.t. sage 8.0.beta0: make ptestlong created an empty directory "home" in SAGE_ROOT, as well as two files: __home_eric__sage_temp_manifold_6686_dir_R1ZgOC_src_pyx.cpp __home_eric__sage_temp_manifold_6686_dir_R1ZgOC_src_pyx.html (NB: "manifold" is the computer's name). Viewing the last one in a browser yields Generated by Cython 0.25.2 Yellow lines hint at Python interaction. Click on a line that starts with a "+" to see the C code that Cython generated for it. Raw output: _home_eric__sage_temp_manifold_6686_dir_R1ZgOC_src_pyx_0.cpp 1: +2: include "cysignals/signals.pxi" # ctrl-c interrupt block support 3: include "stdsage.pxi" 4: 5: include "cdefs.pxi" 6: #clang C++ 7: from libcpp.vector cimport vector +8: cdef vector[int] * v = new vector[int](4) -- 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 https://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
