help-octave
[Top][All Lists]
Advanced

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

Re: Finding BLAS and LAPACK


From: John W. Eaton
Subject: Re: Finding BLAS and LAPACK
Date: Tue, 23 Feb 2010 21:35:16 -0500

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


reply via email to

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