[Bug 1207563] [openblas, lapack] Files for 'update alternatives' conflict with their 32-bit Counterparts
https://bugzilla.suse.com/show_bug.cgi?id=1207563 https://bugzilla.suse.com/show_bug.cgi?id=1207563#c15 Atri Bhattacharya <badshah400@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |IN_PROGRESS --- Comment #15 from Atri Bhattacharya <badshah400@gmail.com> --- I am working on this as part of the lapack upgrade (bug 1223783). Took me some time to learn the ropes, but here is what finally seems to work (for libblas3-32bit for example):
~> cat baselibs.conf libblas3 requires "update-alternatives" postin "ln -sf /etc/alternatives/libblas.so.3_<targettype> /usr/%_lib/libblas.so.3" postin "/usr/sbin/update-alternatives --force --install /usr/%_lib/libblas.so.3 libblas.so.3_<targettype> /usr/%_lib/blas/libblas.so.3 50" postun "/usr/sbin/update-alternatives --remove libblas.so.3_<targettype> /usr/%_lib/blas/libblas.so.3" ...
Sorry for the long delay. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com