IMHO putting explict number strings inside library names is already a bad idea, but numbering libraries by the version of one of their dependencies is horrible. How about we just install libpynac & libcsage to the respective pythonx.y/site-packages?
On Tuesday, March 18, 2014 6:31:38 PM UTC-4, François wrote: > > ll /usr/lib64/libpython*.so > lrwxrwxrwx 1 root root 19 Oct 18 09:05 /usr/lib64/libpython2.7.so -> > libpython2.7.so.1.0 > lrwxrwxrwx 1 root root 19 Oct 18 09:07 /usr/lib64/libpython3.2.so -> > libpython3.2.so.1.0 > lrwxrwxrwx 1 root root 19 Jan 19 21:51 /usr/lib64/libpython3.3.so -> > libpython3.3.so.1.0 > > I have the same request for sage_clib. > The alternative is to install those libraries in the lib-dynload > folder of the respective python used. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
