Le 31 mars 2012 14:27, Immanuel B <mane.d...@googlemail.com> a écrit :
> Hello,
>
> I'm just starting to work on some cython files in scikit. It would
> great if someone could suggest
> me an easy way to compile them.
> Currently I'm running `cython` on the file and then make on
> scikit-learn. This seems to work but the second
> step is quite slow. I also tried to write a short setup.py as
> suggested on the cython page but that produced
> a whole bunch of errors.

`make` alone does a full clean before building and running the tests.

Do `make inplace` for the incremental build only of the C files that
have changed since the last build and then use `nosetests
sklearn/mypackage/module` to launch the tests only on your module.

-- 
Olivier
http://twitter.com/ogrisel - http://github.com/ogrisel

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to