Re: blas wreckage ?

2019-01-07 Thread Jörg-Volker Peetz
Yeah, sorry for the noise. Just now I remembered the command which Mo Zhou (https://lists.debian.org/debian-science/2019/01/msg2.html ) used: $ readelf -d /usr/lib/R/modules/lapack.so | grep openblas that would have shown me what I actually wanted to know. Thanks for the lesson ;-) Regards,

Re: blas wreckage ?

2019-01-07 Thread Dirk Eddelbuettel
On 7 January 2019 at 12:24, Sébastien Villemot wrote: | Le lundi 07 janvier 2019 à 11:53 +0100, Jörg-Volker Peetz a écrit : | | > running the appended little script on my system a lot of packages are found | > which contain libraries linked to libopenblas.so.0. But all these packages don't | >

Re: blas wreckage ?

2019-01-07 Thread Sébastien Villemot
Le lundi 07 janvier 2019 à 11:53 +0100, Jörg-Volker Peetz a écrit : > running the appended little script on my system a lot of packages are found > which contain libraries linked to libopenblas.so.0. But all these packages > don't > declare a dependency on libopenblas-base. > This seems to me not

Re: blas wreckage ?

2019-01-07 Thread Drew Parsons
On 2019-01-07 11:53, Jörg-Volker Peetz wrote: Hi, running the appended little script on my system a lot of packages are found which contain libraries linked to libopenblas.so.0. But all these packages don't declare a dependency on libopenblas-base. This seems to me not o.k. Since libblas.so.

blas wreckage ?

2019-01-07 Thread Jörg-Volker Peetz
Hi, running the appended little script on my system a lot of packages are found which contain libraries linked to libopenblas.so.0. But all these packages don't declare a dependency on libopenblas-base. This seems to me not o.k. Since libblas.so.3 from package libopenblas-base itself is linked to

Re: cblas library abstraction

2019-01-07 Thread Jörg-Volker Peetz
Hi, meanwhile, I've also filed a bug for package r-base-core which contains the library /usr/lib/R/modules/lapack.so. This library is linked to libopenblas.so: $ ldd /usr/lib/R/modules/lapack.so | grep blas libblas.so.3 => /usr/lib/x86_64-linux-gnu/libblas.so.3 (0x7f1772d7e000)