Comment # 11 on bug 1208248 from
(In reply to Egbert Eich from comment #10)
> @Christophe, Bitjuggler - could you do the following (in that order):
> get me the output of:
> ls -l /etc/alternatives/openblas-default*

# ls -l /etc/alternatives/openblas-default*
ls: cannot access '/etc/alternatives/openblas-default*': No such file or
directory
#

> then try the following:
> for i in openblas-default libblas.so.3 libcblas.so.3 liblapack.so.3
> liblapacke.so.3; do
> update-alternatives  --remove-all $i
> done

# for i in openblas-default libblas.so.3 libcblas.so.3 liblapack.so.3
liblapacke.so.3; do
> update-alternatives  --remove-all $i
> done
update-alternatives: warning: alternative /usr/lib64/libopenblas_pthreads.so.0
(part of link group libblas.so.3) doesn't exist; removing from list of
alternatives
update-alternatives: warning: alternative /usr/lib64/libopenblas_pthreads.so.0
(part of link group libcblas.so.3) doesn't exist; removing from list of
alternatives
update-alternatives: warning: alternative /usr/lib64/libopenblas_pthreads.so.0
(part of link group liblapack.so.3) doesn't exist; removing from list of
alternatives

> Then force-install the script again?

I'm not quite sure what you want me to do here. Should I

zypper in -f libopenblas_pthreads0-0.3.21-3.1.x86_64.rpm


You are receiving this mail because: