help-octave
[Top][All Lists]
Advanced

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

Re: problem blas & lapack, try compile octave 3.6.3 on centos 6.0 source


From: Jordi Gutiérrez Hermoso
Subject: Re: problem blas & lapack, try compile octave 3.6.3 on centos 6.0 source install no root
Date: Fri, 26 Oct 2012 07:49:35 -0400

On 26 October 2012 03:00, Jiyang Ye <address@hidden> wrote:
> I'm trying to compile the latest octave 3.6.3 on Centos 6.  No root, cause i
> am using it on the cluster.
> Configure failed with these options:
>
> ./configure --prefix=/home/test/octave
> --with-blas=/home/test/lib/lapack/librefblas.a
> --with-lapack=/home/test/lib/lapack/liblapack.a > configure_log_test

You need to build shared libraries for LAPACK and BLAS, not static
libraries. Alternatively, you can try to link all of Octave
statically. Look at the relevant options in ./configure --help.

- Jordi G. H.


reply via email to

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