umfpack.h not found? octave warning

Hi,
I am trying to compile the latest version of octave ie 3.0.3. It
needs umfpack which i downloaded from Webpin. But after
Code:

./configure --prefix=/path/to/installation/directory

i still get the warning:> configure: WARNING: UMFPACK not found. This will result in some lack of
> functionality for sparse matrices.I do not understand the coding of the configure file but i do see the
line:
Code:

for ac_header in suitesparse/umfpack.h ufsparse/umfpack.h umfpack/umfpack.h umfpack.h

in the configure file. And umfpack.h is in /usr/include. So why the
warning?


samrat_rao

samrat_rao’s Profile: http://forums.opensuse.org/member.php?userid=4633
View this thread: http://forums.opensuse.org/showthread.php?t=401349

Hi
If you run the command .configure --help you may have to specify the
full path in your command eg;


../configure --prefix=/path/to/installation/directory
--includedir=/usr/include/suitesparse


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.18-0.2-default
up 10:14, 1 user, load average: 0.19, 0.19, 0.16
GPU GeForce 6600 TE/6200 TE - Driver Version: 177.82

Hi
Just had a look and there is an octave 3.0.3 in the Science repository;
http://download.opensuse.org/repositories/science/openSUSE_11.0

Download and build from the source rpm and it will pickup suitesparce,
the only items it doesn’t configure is GLPK and Qhull.


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.0 x86 Kernel 2.6.25.18-0.2-default
up 1:26, 3 users, load average: 2.14, 1.07, 0.70
GPU GeForce 6600 TE/6200 TE - Driver Version: 177.82