Skip to content
Prev 13600 / 63421 Next

First testing of R-2.0.0 alpha on Gentoo Linux

On 7 Sep 2004, Peter Dalgaard wrote:

            
It would have been helpful to say where, exactly.
(Well, I wrote that part of configure, amongst others.) R-admin does warn
against using --with-lapack:

  Provision is made for using an external LAPACK library, principally to
  cope with BLAS libraries which contain a copy of LAPACK ...

Note that lapack-atlas is probably not a complete lapack, and if it is, it 
may not be bug-fixed ...

   If you do use @option{--with-lapack}, be aware of potential problems
   with bugs in the LAPACK 3.0 sources (or in the posted corrections to 
   those sources).

So all I can conclude from this is that Gentoo's libraries are not 
sufficient.

When I do this, I have to be very careful how I build LAPACK, using
-fforce-store where R does.  It then works but I see negligible 
performance boost (Goto's BLAS is better than ATLAS, anyway).