[R] ATLAS
Prof Brian D Ripley
ripley at stats.ox.ac.uk
Tue Jul 31 08:24:42 CEST 2001
On Mon, 30 Jul 2001, William D. McCoy wrote:
> I thought I would try compiling R this time with the ATLAS libraries.
> I have compiled ATLAS and I have the following libraries:
>
> libatlas.a libf77blas.a libptcblas.a libtstatlas.a
> libcblas.a liblapack.a libptf77blas.a
>
>
> Is it sufficient to use ' --with-blas=libatlas.a ' when configuring or
> do I need to specify any of the other libraries as well?
If this is Unix(-alike) ....
You need libatlas.a, libcblas.a, libf77blas.a, and you want to specify
them as "-latlas -lcblas -lf77blas". *However* they need to be in your
library path, and if they are, configure will find them. So just
set the library path as needed (e.g. LIBS in config.site)
rm config.cache
./configure
make
will make use of ATLAS. See the R-admin.html manual for more details.
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272860 (secr)
Oxford OX1 3TG, UK Fax: +44 1865 272595
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list