help-octave
[Top][All Lists]
Advanced

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

Finding BLAS and LAPACK


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

On 23-Feb-2010, Mag Gam wrote:

| I am trying to compile Octave 3.2.4 and my BLAS and LAPACK is located here:
| /apps/libs/libblas.so
| /apps/libs/liblapack.a
| 
| 
| When I run :
| ./configure --prefix=/apps
| 
| 
| 
| I have used combinations with --with-blas and --with-lapack but it
| simply does not find these libraries by default. Do I need to do
| anything special to find them?

  ./configure LDFLAGS="-L/apps/libs" ...

jwe


reply via email to

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