dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #01187
Re: swig demo
On Wed, Oct 12, 2005 at 04:30:39PM +0200, Johan Jansson wrote:
> On Tue, Oct 11, 2005 at 06:46:33PM +0200, Garth N. Wells wrote:
> > We should change the make files before a release as to not compile the SWIG
> > stuff when doing 'make demo' to avoid errors. Could add 'make swig'?
> >
> > Garth
> >
>
> The configure script should detect if the correct SWIG and Python
> versions are present or something similar, and disable compilation of
> the SWIG interface depending on that. I can try to implement this.
>
> Johan
Sounds good. Maybe we can move the Python interface to src/pydolfin
first so it's in the right place before starting to mess with the
configure scripts/Makefiles? (On the other hand, it's probably also an
easy fix to modify the build system later if you decide to wait with
moving the Python interface.)
/Anders
References