Egbert Eich changed bug 1208248
What Removed Added
Flags   needinfo?(christophe@krop.fr)

Comment # 10 on bug 1208248 from
(In reply to Bit Juggler from comment #9)
> 
> I'm no expert in this but all over those scripts complete path names are
> used except for the line
> 
> ln -sf openblas-default/libopenblas.so.0 /usr/lib64/libopenblas.so.0
> 

That's fine. That's a relative link - relative to the location of the link.

> May be this should be
> 
> ln -sf /usr/lib64/openblas-pthreads/libopenblas.so.0
> /usr/lib64/libopenblas.so.0

This would create an absolute link.

> Or it is enough to use "openblas-pthreads" instead of "openblas-default".

Yes.

@Christophe, Bitjuggler - could you do the following (in that order):
get me the output of:
ls -l /etc/alternatives/openblas-default*
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
Then force-install the script again?


You are receiving this mail because: