help-octave
[Top][All Lists]
Advanced

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

Re: Fwd: Please release RC1 to octave/unstable PPA --- umfpack_zi_get_de


From: Mike Miller
Subject: Re: Fwd: Please release RC1 to octave/unstable PPA --- umfpack_zi_get_determinant not found!
Date: Wed, 11 Dec 2013 09:07:45 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10

On Wed, 11 Dec 2013 14:55:45 +0100, Kjetil brinchmann Halvorsen wrote:
> Yes. Now I have removed suitesparse_metis_dev and installed (again)
> suitesparse_dev
> 
> This is what happens (first I did make clean & hg pull & hg update 
> &./bootstrap
> then
> ./configure
> 
> Output:
> 
> configure: WARNING: UMFPACK not found.  This will result in some lack
> of functionality for sparse matrices.
> 
> and higher up in the output I find this lines, explaining why UMFPACK
> is not found:
> 
> checking suitesparse/umfpack.h usability... yes
> checking suitesparse/umfpack.h presence... yes
> checking for suitesparse/umfpack.h... yes
> checking for umfpack_zi_get_determinant in -lumfpack... no
> configure: WARNING: UMFPACK not found.  This will result in some lack
> of functionality for sparse matrices.
> 
> so it is                            umfpack_zi_get_determinant
> 
> which is not found

So can you please send the config.log from that configure run to
determine why that is? This is a file created by configure, not just the
output you see on the screen. The umfpack library surely does contain
that symbol, the log may help explain why configure is failing to detect
it properly.

-- 
mike


reply via email to

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