OpenCV 2 or 1

Ralf Gommers ralf.gommers at googlemail.com
Wed Nov 4 04:11:49 EST 2009


2009/11/4 Stéfan van der Walt <stefan at sun.ac.za>

>
> > Another point: generated c files in the repository are constantly
> > comming up as changed or merge conflicts for me. What is the reason to
> > keep .c files in the repository; i think it is fair to assume that
> > python developers who have a c compiler installed will also have
> > cython installed to generate the .c files.
>
> This has been a constant source of annoyance, so I wonder whether we
> shouldn't just stop tracking the C files.  We could always still
> include C files in the source distribution.
>

Diffs are also hard to read with C file changes, so +1 for this.

I just discovered that Cython is one of the few non-pure-python packages
that actually easy-installs on my machine, so it looks like a very
light-weight dependency.

Cheers,
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20091104/94a7f748/attachment.html>


More information about the scikit-image mailing list