Skip to content
Prev 12668 / 398502 Next

ATLAS

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?