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-12 Thread Uwe Ligges
Yuelin Li wrote: > On my linux machine (Ubuntu Feisty on i-686) this works: > > ./configure --with-blas="lf77blas -latlas" 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 b

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

2007-09-11 Thread Yuelin Li
On my linux machine (Ubuntu Feisty on i-686) this works: ./configure --with-blas="lf77blas -latlas" Yuelin. -- K Vanw wrote --|Tue (Sep/11/2007)[03:56]|--: 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 b

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, the configure script uses the

[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]