On Tuesday 12 of August 2014 15:18:12 Sturla Molden wrote: > But using Eigen will taint the output with Eigen's license, since the Eigen > library is statically linked.
There is no such thing as "Eigen library". Eigen is fully implemented in header files. Cython would just generate C++ code that uses Eigen API. Also, Eigen is now licensed under MPL2, which is file-level and permissive one [1]. I don't understand what you mean by 'taint' above and how this could restrict someone license-wise. Regards, Matěj [1] http://eigen.tuxfamily.org/index.php?title=Licensing_FAQ _______________________________________________ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel