2012/10/12 Jake Vanderplas <[email protected]>: > I''m not aware of any .pyx files in scikit-learn which require special > compilation flags, though other devs may wish to correct me on that.
Some of them interface with C++ code and require a --cplus flag. Check whether there are corresponding .c or .cpp files in the repo; unfortunately, Cython C++ files are not self-identifying. -- 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
