On Thu, 13 Mar 2003, Tao Hou wrote: > I try to install Matrix package on Solaris 7. but it require BLAS library. I download BLAS from www.netlib.org. but there is no makefile. Could somebody give me some information?
f77 -O2 -c *.f ar rc libblas.a *.o will do. *However* Matrix requires an lapack library, and lapack comes with a copy of blas and a Makefile (at least in the version I have) -- Brian D. Ripley, [EMAIL PROTECTED] 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 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
