help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to make Octave find ATLAS BLAS?


From: Dirk Eddelbuettel
Subject: Re: how to make Octave find ATLAS BLAS?
Date: Sun, 20 Apr 2003 12:04:21 -0500
User-agent: Mutt/1.3.28i

On Sun, Apr 20, 2003 at 11:28:22AM -0500, Mike Miller wrote:
> On Sun, 20 Apr 2003, Dirk Eddelbuettel wrote:
> Thanks.  That is very helpful.  My only remaining problem (possibly) is
> that I don't have any *.so files.  I have only the files listed below, and
[...]
> liblapack.a   : The LAPACK routines provided by ATLAS.  If you want a full
>                 lapack library, the .o in this lib can be archived into the
>                 f77 lapack lib without error.
> libcblas.a    : The ANSI C interface to the BLAS.
> libf77blas.a  : The Fortran77 interface to the BLAS.
> libatlas.a    : The main ATLAS library, providing low-level routines for all
>                 interface libs.
> 
> Your archive may also contain additional libraries, if it has posix thread
> support.  These optional libs are:
> 
> libptcblas.a    : The ANSI C interface to the threaded (SMP) BLAS.
> libptf77blas.a  : The Fortran77 interface to the threaded (SMP) BLAS.

These are all _static_ libraries. You will need to get, or build, dynamic
libraries.  Can't help with Solaris specifics, sorry.

Dirk

-- 
Don't drink and derive. Alcohol and algebra don't mix.



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]