2012/10/12 Kenneth C. Arnold <[email protected]>: > setup.py could only try to regenerate the file (and thus require > cython) if the source has been modified. Here's an example, though > there are likely better ways to accomplish the same thing: > https://github.com/commonsense/divisi2/blob/master/setup.py#L57
We could also let make handle this and not reinvent the wheel. That way, setup.py would be for deployment/installation, make for the developers. We would have to encode the C vs. C++ distinction somehow, and Makefiles are an easy way of doing that (although I wouldn't know if it would work on Windows...) -- Lars Buitinck Scientific programmer, ILPS University of Amsterdam ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
