Skip to content
Prev 124318 / 398500 Next

building with atlas version of blas and lapack

Yuelin Li wrote:
Flags should be
   --with-blas="-L/usr/local/atlas/lib -lf77blas -latlas"
I guess, because /usr/local/atlas/lib is not found unless some 
environment variables have been set. This is documented in the R 
Installation and Administration manual, so you probably overlooked it.

Uwe Ligges