On 6/10/08, Greg Ewing <[EMAIL PROTECTED]> wrote: > Stefan Behnel wrote: > > > they store the dependencies (.pxd and .pxi files) of the compiled C file, > so > > users will likely be happy about them. > > > If you're worried about this, you could generate them > only when dependency tracking is being done, so users > who never use the dependency tracking features would > never see them.
That's precisely what I meant. If the user do not ask for it (like in my particular case), *.dep files should not be generated. Of course, if they are genereated, that is not an issue at all. -- Lisandro Dalcín --------------- Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC) Instituto de Desarrollo Tecnológico para la Industria Química (INTEC) Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET) PTLC - Güemes 3450, (3000) Santa Fe, Argentina Tel/Fax: +54-(0)342-451.1594 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
