← Back to team overview

dolfin team mailing list archive

Re: PyDOLFIN: [...]

 

On Mon, Oct 24, 2005 at 10:25:03PM +0200, Johan Jansson wrote:
> On Mon, Oct 24, 2005 at 11:17:00AM -0500, Anders Logg wrote:
> > I think we should include PyDOLFIN in the build of DOLFIN (make and
> > make install). Maybe to start with, we could add a flag
> > 
> >   --enable-pydolfin
> > 
> > and not build it by default, and then at some point switch over to
> > 
> >   --disable-pydolfin
> > 
> > /Anders
> > 
> 
> Ok, this has been added now. PyDOLFIN uses the installed version of
> DOLFIN though, not the one in the source tree. This is because
> PyDOLFIN is like a user application, it wants to use <dolfin.h>
> etc. (just like the demos). Perhaps this can be fixed in the future.

I can try to reorganize the build to remove the fake install and let
all the demos use an installed version of DOLFIN.

We should probably also make sure that make demo checks for
dolfin-config and explains carefully how to do a make install if it is
missing.

/Anders



References