Your message dated Wed, 06 Mar 2013 22:53:08 +0100
with message-id <[email protected]>
and subject line Re: Bug#702460: openblas: does not revert atlas lapack
alternative
has caused the Debian Bug report #702460,
regarding openblas: does not revert atlas lapack alternative
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
702460: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702460
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: openblas
Version: 0.1.1-6
Severity: normal
installing atlas and the openblas changes the alternative to openblas as
it has higher priority.
but atlas also changes the lapack alternative to its own.
This leads to usr/lib/liblapack.so having undefined references to atlas
extensions
apt-get install libatlas3-base
apt-get install libopenblas-base
ldd -r /usr/lib/liblapack.so.3
...
undefined symbol: ATL_dpttrmm (/usr/lib/liblapack.so.3)
--- End Message ---
--- Begin Message ---
Le mercredi 06 mars 2013 à 22:01 +0100, Julian Taylor a écrit :
> Package: openblas
> Version: 0.1.1-6
> Severity: normal
>
> installing atlas and the openblas changes the alternative to openblas as
> it has higher priority.
> but atlas also changes the lapack alternative to its own.
> This leads to usr/lib/liblapack.so having undefined references to atlas
> extensions
>
> apt-get install libatlas3-base
> apt-get install libopenblas-base
> ldd -r /usr/lib/liblapack.so.3
> ...
> undefined symbol: ATL_dpttrmm (/usr/lib/liblapack.so.3)
You have either an old version of atlas, or you manually changed the
alternative. The standard LAPACK has higher priority than ATLAS':
$ update-alternatives --display liblapack.so.3
liblapack.so.3 - auto mode
link currently points to /usr/lib/lapack/liblapack.so.3
/usr/lib/atlas-base/atlas/liblapack.so.3 - priority 5
slave liblapack.so.3gf: /usr/lib/atlas-base/atlas/liblapack.so.3
/usr/lib/lapack/liblapack.so.3 - priority 10
slave liblapack.so.3gf: /usr/lib/lapack/liblapack.so.3
Current 'best' version is '/usr/lib/lapack/liblapack.so.3'.
For more details about this issue, see #576972 and its many clones.
--
.''`. Sébastien Villemot
: :' : Debian Developer
`. `' http://www.dynare.org/sebastien
`- GPG Key: 4096R/381A7594
signature.asc
Description: This is a digitally signed message part
--- End Message ---