Octave-arpack Solver

Thomas Weber thomas.weber.mail at gmail.com
Sat Dec 6 02:45:06 CST 2008


On Sat, Dec 06, 2008 at 01:34:12PM +0530, Chaman Singh Verma wrote:
> Hello,
> 
> I am trying to install arpack from octave-forge. It gives me the following
> errors which are related to
> suitesparse. Which supporting package, I must install to remove these
> errrors ?
> 
> /usr/include/octave-3.0.1/octave/oct-sparse.h:31:33: error:
> suitesparse/umfpack.h: No such file or directory
> /usr/include/octave-3.0.1/octave/oct-sparse.h:41:32: error:
> suitesparse/colamd.h: No such file or directory
> /usr/include/octave-3.0.1/octave/oct-sparse.h:51:33: error:
> suitesparse/ccolamd.h: No such file or directory
> /usr/include/octave-3.0.1/octave/oct-sparse.h:61:33: error:
> suitesparse/cholmod.h: No such file or directory
> /usr/include/octave-3.0.1/octave/oct-sparse.h:71:28: error:
> suitesparse/cs.h: No such file or directory
> In file included from /usr/include/octave-3.0.1/octave/SparsedbleCHOL.h:27,
>                  from eigs-base.cc:37,
>                  from eigs.cc:37:
> /usr/include/octave-3.0.1/octave/sparse-base-chol.h:57: error: ISO C++
> forbids declaration of 'cholmod_sparse' with no type
> /usr/include/octave-3.

Install suitesparse and its development headers/libraries.

	Thomas


More information about the Help-octave mailing list