[Cython] about those new *.dep files
Lisandro Dalcin
dalcinl at gmail.com
Wed Jun 11 17:13:25 CEST 2008
On 6/10/08, Greg Ewing <greg.ewing at canterbury.ac.nz> 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
More information about the Cython-dev
mailing list