On Saturday, December 12, 2015 at 10:24:34 PM UTC+1, Dima Pasechnik wrote: > > indeed, it's static library for me: > $ ls -l local/lib/*blis* > -rw-rw-r-- 1 dima dima 3123674 Nov 10 12:28 local/lib/libbliss.a >
Thats correct, and nicely illustrates what a massive liability static libraries are for Sage. Suddenly its near impossible to tell which dependencies libbliss uses. And the real fun starts once you upgrade libbliss, you'll never know whether a binary is using the right version of libbliss. -- 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 https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
