On Tuesday, February 2, 2016 at 11:44:44 AM UTC+1, Jeroen Demeyer wrote:
>
> > * makes it easier for distros, e.g. passing custom arguments to 
> ./configure 
> Why is it easier to pass custom arguments to ./configure if there are 2 
> packages instead of 1 package? 
>

Because only one of them has a ./configure, the other only has setup.py.

Its just a version of separation of concerns. Abstract the system-specifics 
into a c shared library and use that api from python. One might want to use 
it without Cython, e.g. plain CPython or boost::python

Compilation is fast as there isn't that much code, but running configure 
checking for all kinds of signal handler quirks may be less so.

Anyways just a thought.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to