help-octave
[Top][All Lists]
Advanced

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

Re: Finding BLAS and LAPACK


From: Ben Abbott
Subject: Re: Finding BLAS and LAPACK
Date: Tue, 23 Feb 2010 22:03:21 -0500

On Feb 23, 2010, at 9:35 PM, John W. Eaton wrote:

> On 23-Feb-2010, Ben Abbott wrote:
> 
> | Thinking a bit more, I think the correct way is ...
> | 
> | ./configure --prefix=/apps LDFLAGS="-L/apps/libs" 
> --with-blas="-lslibgslcblas -lslibcblas -lslibf77blas -lslibblas"
> 
> I think the correct way would be to make /apps/libs a directory and
> put the files there, with names that start with lib, as in 
> 
>  /apps/libs/libblas.a
> 
> Also, Octave doesn't use the cblas interface.
> 
> jwe


ah-ha ... I missed the obvious problem. The files should have been ...

        /apps/libs/libgslcblas.so
        /apps/libs/libgslcblas.a
        /apps/libs/libcblas.a
        /apps/libs/libf77blas.a
        /apps/libs/libblas.a
        /apps/libs/libgslcblas.so.0.0.0
        /apps/libs/libcblas.so

Ben




reply via email to

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