help-octave
[Top][All Lists]
Advanced

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

Re: Finding BLAS and LAPACK


From: Mag Gam
Subject: Re: Finding BLAS and LAPACK
Date: Tue, 23 Feb 2010 22:19:59 -0500

If you were about to do this from scratch, how would you do this with
BLAS interface?



On Tue, Feb 23, 2010 at 10:03 PM, Ben Abbott <address@hidden> wrote:
> 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]