
After updating umfpack to the current version (umfpack-5.1), I am not able to build scipy. There is a long list of errors, such as /usr/include/umfpack/umfpack.h:31:22: error: UFconfig.h: No such file or directory In file included from /usr/include/umfpack/umfpack.h:48, from build/src.linux-x86_64-2.4/Lib/linsolve/umfpack/_umfpack_wrap.c:2478: /usr/include/umfpack/umfpack_symbolic.h:23: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'umfpack_dl_symbolic' /usr/include/umfpack/umfpack_symbolic.h:47: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'umfpack_zl_symbolic' and build/src.linux-x86_64-2.4/Lib/linsolve/umfpack/_umfpack_wrap.c:2810: error: 'UF_long' undeclared (first use in this function) build/src.linux-x86_64-2.4/Lib/linsolve/umfpack/_umfpack_wrap.c:2810: error: (Each undeclared identifier is reported only once build/src.linux-x86_64-2.4/Lib/linsolve/umfpack/_umfpack_wrap.c:2810: error: for each function it appears in.) build/src.linux-x86_64-2.4/Lib/linsolve/umfpack/_umfpack_wrap.c:2810: error: expected ';' before 'arg1' Will scipy support new versions of umfpack? Thanks, Darren

Darren Dale wrote:
After updating umfpack to the current version (umfpack-5.1), I am not able to build scipy. There is a long list of errors, such as ... Will scipy support new versions of umfpack?
Sure. Unfortunately, I have some urgent things to do now, so stick, please, with the version 5.0 (which works for me) for the moment if you can. r.

On Tuesday 19 September 2006 11:33, Robert Cimrman wrote:
Darren Dale wrote:
After updating umfpack to the current version (umfpack-5.1), I am not able to build scipy. There is a long list of errors, such as ... Will scipy support new versions of umfpack?
Sure. Unfortunately, I have some urgent things to do now, so stick, please, with the version 5.0 (which works for me) for the moment if you can.
I think I made a mistake, the current version is 5.0.1, not 5.1. Furthermore, I built 5.0.1 using a gentoo ebuild posted at http://svn.cryos.net/projects/gentoo-sci-overlay, which had a bug that has now been fixed. I rebuilt umfpack-5.0.1 with the improved gentoo ebuild, and then I was able to build scipy again. Sorry for the noise. Darren
participants (2)
-
Darren Dale
-
Robert Cimrman