https://bugzilla.novell.com/show_bug.cgi?id=861081 https://bugzilla.novell.com/show_bug.cgi?id=861081#c10 --- Comment #10 from Richard Biener <rguenther@suse.com> 2014-06-17 13:49:49 UTC --- (In reply to comment #9)
(In reply to comment #8)
It's rather using alternatives in shared library links which breaks ldconfig. It clearly isn't ldconfigs fault.
But in any case we need solution for switching between BLAS libraries.
Well, install a different one! (of course they happen to have different SONAME and thus comment#6 doesn't work) The idea in comment#6 would be workable with stub shared libraries with a common SONAME that dt-need the individual blas libraries. To switch blas implementations simply install the appropriate stub library. Just don't share that SONAME with one of the implementations. --- You can make the update-alternative work with ldconfig if you move all the shared libs to paths that are not in ld.so.conf. Then you can use symlinks to link to them. (Which is of course agains the shared library packaging policy). Which also means it probably works when you uninstall lapack/blas. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.