> Hi all, > > I noticed that R currently has a useflag for lapack but > not for blas - which is also a configure option. > Is there any reason for that? > > Just as a background I am looking at bumping vtk to > version 5.6.0 and it can use R. But if you do, it wants > R to be built with both blas and lapack support. > > Francois >
R hard-depends on blas (see the ebuild). Lapack depends on blas anyway. Regards,
