
2009/7/21 Robert Cimrman <cimr...@ntc.zcu.cz>:
Antonino Ingargiola wrote:
2009/7/20 Robert Cimrman <cimr...@ntc.zcu.cz>:
Antonino Ingargiola wrote: <snip>
Recompiling sfepy now I have only one error in tests/test_input_acoustics.py. Here it is the output: I guess you needed no recompilation in this case - sfepy uses umfpack only as an external package with no link-time dependence.
So, if I understand correctly I don't need the UMFPACK headers either? Maybe just installing the umfpack scikit with the runtime UMFPACK library should be sufficient, right? I ask this because the runtime library is automatically installed by scipy (on ubuntu) while the -dev package is not... and I'm taking notes on the correct procedure on ubuntu 9.04. At the end I can post the instructions somewhere.
You need the headers (umfpack.h) to build the umfpack scikit (or the umfpack wrappers within scipy). You do not need the headers to build sfepy. So my point was that after installing umfpack, sfepy does not need to be recompiled.
It would be great if you post the installation instructions at [1], thanks!
I've posted a comment with the instructions but I'm not able to edit it to correct some minor errors.
<snip>
What is you swig version?
I use the swig version in ubuntu 9.04 that is the 1.3.36.
I have 1.3.39. I will try to downgrade and see.
Ok thanks... I'm waiting :)
r.
Antonio