[R] building with atlas version of blas and lapack
Uwe Ligges
ligges at statistik.uni-dortmund.de
Wed Sep 12 11:51:24 CEST 2007
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 been set. This is documented in the R
Installation and Administration manual, so you probably overlooked it.
Uwe Ligges
> 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 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]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
>
>
> =====================================================================
>
> Please note that this e-mail and any files transmitted with it may be
> privileged, confidential, and protected from disclosure under
> applicable law. If the reader of this message is not the intended
> recipient, or an employee or agent responsible for delivering this
> message to the intended recipient, you are hereby notified that any
> reading, dissemination, distribution, copying, or other use of this
> communication or any of its attachments is strictly prohibited. If
> you have received this communication in error, please notify the
> sender immediately by replying to this message and deleting this
> message, any attachments, and all copies and backups from your
> computer.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list