On Wednesday, December 14, 2016 at 11:44:32 AM UTC-4, sile...@hotmail.com wrote:
Hello every body,
I just have installed in place Sfepy-2015.4 on fedora 24, seems that every thing went fine during the installation, but when I run the tests, more than 50 test failed, in particular when I run the examples/diffusion/poisson_short_suntax.py I got the following last message:

  File "/usr/lib/python2.7/site-packages/scikits/umfpack/_umfpack.py", line 776, in umfpack_dl_symbolic
    return __umfpack.umfpack_dl_symbolic(n_row, n_col, Ap, Ai, Ax, Control, Info)
TypeError: in method 'umfpack_dl_symbolic', argument 1 of type 'SuiteSparse_long'

I really will appreciate any help
 Hugo

Hi Robert,
this is the output after inplace setup

 Required and optional packages found:

cython is available in version 0.25.2
numpy is available in version 1.11.2
scipy is available in version 0.18.1
matplotlib is available in version 1.5.3
pyparsing is available in version 2.1.10
tables is available in version 3.3.0
mayavi (optional) is available in version 4.4.3
sympy (optional) is available in version 1.0
igakit (optional) is available in version 0.1
petsc4py (optional) is missing; you may get run-time errors
mpi4py (optional) is available in version 2.0.0
pymetis (optional) is missing; you may get run-time errors
scikits.umfpack (optional) is missing; you may get run-time errors
pysparse (optional) is available in version 1.1.1.4

Cheers

Hugo