2013/3/8 Kevin Kunzmann <kevinkunzm...@gmx.net>:
> so nobody ever uses 'make cython'? You just fiddle with the .pyx/.pxd
> that you need for a specific change, fix any issues locally and for a
> release only the .c files must compile as a whole? I assumed 'make
> cython' to be working out of the box in the release versions, guess that
> started it all...

That would do the same thing, except that it reruns Cython on *all*
.pyx files. It doesn't make sure your .pxd matches.

(Our Makefile is pretty stupid, it's just a collection of canned
commands without any dependency mgmt. And to be honest, I didn't even
know about make cython. :)

-- 
Lars Buitinck
Scientific programmer, ILPS
University of Amsterdam

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to