Boost logo

Ublas :

From: Andreas Klöckner (lists_at_[hidden])
Date: 2008-04-08 16:22:51


Hi Neal,

On Dienstag 08 April 2008, Neal Becker wrote:
> Attached is the messages.
>
> Also, BR filed here: https://bugzilla.redhat.com/show_bug.cgi?id=441241

I saw that the bug occurs in the sparse matrix wrappers--if you don't care
about those, you can just comment out the lines

 "src/wrapper/sparse_build.cpp",
 "src/wrapper/sparse_execute.cpp"

in setup.py, the lines

  pyublas_expose_sparse_build();
  pyublas_expose_sparse_execute();

in src/wrapper/main.cpp, and

_add_python_methods()

in src/python/__init__.py.

Andreas