[SciPy-user] Lib/linsolve/umfpack/umfpack.i:192: Error: Unable to find 'umfpack.h'

David Huard david.huard at gmail.com
Fri Apr 18 09:41:10 EDT 2008


Hi,

Try editing the site.cfg file in the scipy directory with the following:

[umfpack]
library_dirs=/usr/lib64
include_dirs=/usr/include/suitesparse

This is on FC8. You might have to change the include_dirs for your distro ($
locate umfpack.h)

David


2008/4/18, dikshie <dikshie at gmail.com>:
>
> Hi,
> i have strange situation here.
> when i installed numpy and scipy on new PC, i dont have any problems.
> BUT when i try installed, deinstall, and re-install i always get:
>
> ---------------------------------------------------------------------------
> swig: Lib/linsolve/umfpack/umfpack.i
> swig -python -o
>
> build/src.freebsd-7.0-STABLE-amd64-2.5/Lib/linsolve/umfpack/_umfpack_wrap.c
> -outdir build/src.freebsd-7.0-STABLE-amd64-2.5/Lib/linsolve/umfpack
> Lib/linsolve/umfpack/umfpack.i
> Lib/linsolve/umfpack/umfpack.i:192: Error: Unable to find 'umfpack.h'
> Lib/linsolve/umfpack/umfpack.i:193: Error: Unable to find
> 'umfpack_solve.h'
> Lib/linsolve/umfpack/umfpack.i:194: Error: Unable to find
> 'umfpack_defaults.h'
> Lib/linsolve/umfpack/umfpack.i:195: Error: Unable to find
> 'umfpack_triplet_to_col.h'
> Lib/linsolve/umfpack/umfpack.i:196: Error: Unable to find
> 'umfpack_col_to_triplet.h'
>
> ------------------------------------------------------------------------------
> same error message when i tried to upgrade scipy.
> try to ldconfig -m /usr/local/include does not help.
>
> any clue?
>
> with best regards,
>
>
> -dikshie-
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20080418/c057d2ed/attachment.html>


More information about the SciPy-User mailing list