leif wrote:
> Is there a specific reason that for example mpfr.pxd and mpc.pxd lack a
> distutils directive?

Also, the library_order in module_list.py is slightly wrong by the way:

gmpxx should precede gmp, mpc should precede mpfr, and m should come
almost last (just like stdc++) I think.

(But that usually doesn't really matter, as we in most cases use shared
libraries anyway, besides that most (GNU) linkers do not really care
about order anyway, i.e., "remember" previously seen symbol definitions.)


-leif


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