Skip to content
Prev 1101 / 3656 Next

problems loading blas with R 2.11.0~20100402-1

On Fri, 09 Apr 2010 10:09:04 -0500,
"Sebastian P. Luque" <spluque at gmail.com> wrote:

            
Following-up here, rather than forwarding in a separate message (as I
just did!), to keep the thread.

One of the Debian maintainers of the Blas and Lapack packages (Silvestre
Ledru) suggested to try this:

---<--------------------cut here---------------start------------------->---
$ sudo update-alternatives --verbose  --auto libblas.so.3gf
update-alternatives: warning: forcing reinstallation of alternative /usr/lib/atlas-base/atlas/libblas.so.3gf because link group libblas.so.3gf is broken.
$ sudo update-alternatives --verbose  --auto liblapack.so.3gf
update-alternatives: warning: forcing reinstallation of alternative /usr/lib/atlas-base/atlas/liblapack.so.3gf because link group liblapack.so.3gf is broken.
---<--------------------cut here---------------end--------------------->---

which indeed fixed the problem in my case.  Thanks Silvestre and Dirk
for all the work!