On 2016-08-17 21:32, Simon King wrote:
It will provide a C library

I would *not* recommend putting C libraries in Python packages. First of all, it doesn't really make sense (if it has nothing to do with Python, it should not be a Python package). Second, the Python build system cannot handle it. Technically speaking, you could do it: you could have a setup.py file executing arbitrary commands to build and install the library. But I have never seen that done.

I hope it is fine to add Cython headers for it in
   src/sage/libs

No, that is *not* fine. If it's an independent package, it has absolutely no business in installing stuff between the Sage sources.

--
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