dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #03207
Re: Compilation failed: --enable-debug --disable-petsc
On Wed, Aug 30, 2006 at 06:38:02PM +0200, DOLFIN wrote:
> This is an automated message from the FEniCS compile bot.
> Compilation failed with configure options --enable-debug --disable-petsc.
> Revision number and compilation log follow below.
>
> changeset: 2193:690db8771041
> tag: tip
> user: "Johan Jansson <johanjan@xxxxxxxxxxxxxxxx>"
> date: Wed Aug 30 17:19:05 2006 +0200
> summary: PyDOLFIN:
>
>
> [snip]
> dolfin_wrap.cpp:60841: error: 'superlu' was not declared in this scope
> dolfin_wrap.cpp:60842: error: 'dolfin::PETScMatrix' has not been declared
...
This is due to PyDOLFIN having been generated against a PETSc
configuration. The following changeset:
http://www.fenics.org/hg/dolfin?cs=e09a35a5a15d
was generated against uBlas, so that should compile ok.
Johan
References