Re: [R] building with atlas version of blas and lapack

2007-09-14 Thread K Vanw
On 9/12/07, Uwe Ligges <[EMAIL PROTECTED]> wrote: > > Flags should be >--with-blas="-L/usr/local/atlas/lib -lf77blas -latlas" That worked. Thanks. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the p

Re: [R] building with atlas version of blas and lapack

2007-09-11 Thread K Vanw
Looks like the list-server didn't like whatever gmail does to the formating. Sorry. So here's my post in plain text: On 9/11/07, K Vanw <[EMAIL PROTECTED]> wrote: > I'd like to build R using my optimized blas and lapack libraries. It seems > know matter what I > do,

[R] building with atlas version of blas and lapack

2007-09-11 Thread K Vanw
I'd like to build R using my optimized blas and lapack libraries. It seems know matter what I do, the configure script uses the blas supplied with the source. My blas and lapack libraries are in /usr/local/atlas/lib. How can I get configure to use these? [[alternative HTML version deleted]