help-octave
[Top][All Lists]
Advanced

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

How to make SuiteSparse to be recognizable?


From: Sergey Maslennikov
Subject: How to make SuiteSparse to be recognizable?
Date: Wed, 22 Nov 2006 15:56:49 +0300
User-agent: Thunderbird 1.5.0.7 (X11/20060909)

I have SuiteSparse (from http://www.cise.ufl.edu/research/sparse/SuiteSparse/) compiled simply by running "make" in SuiteSparse directory. Actually, few options was added SuiteSparse/UFconfig/UFconfig.mk: "BLAS = .... -lpthread" "LAPACK = ... -lcblas -latlas"

The question is how to make it to be recognizable by Octave?

In detail:

As a result of SuiteSparse compilation the files with '.a' extension have appeared in respective directories (for instance, SuiteSparse/UMFPACK/Lib/libumfpack.a). However, I can not (maybe I'm not careful enough) find any instruction on how to install all necessary files of SuiteSparse on my Linux (installed from Slackware 11 distro) to make them to be recognizable by the Octave configure script.

I also unsuccesfully tried to put all .a ended files to /usr/lib and to put all .h files to /usr/include using Slackware makepkg utility.

For the present my attempts to configure Octave are finished by the messages of:

configure: WARNING: UMFPACK not found. This will result in some lack of functionality for sparse matrices. configure: WARNING: COLAMD not found. This will result in some lack of functionality for sparse matrices. configure: WARNING: CCOLAMD not found. This will result in some lack of functionality for sparse matrices. configure: WARNING: CHOLMOD not found. This will result in some lack of functionality for sparse matrices. configure: WARNING: CXSparse not found. This will result in some lack of functionality for sparse matrices.



reply via email to

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