Fixes for python3 is now in next. To get it working you need to patch SWIG
with this patch:

   https://github.com/swig/swig/pull/207

Do not patch swig master but rather swig version 3.0.2. You also need to
run ./autogen.sh after you applied the patch and then run
configure&&make&&make install, as the fix is in a yacc file.

The generation of the swig interface is now python version dependent so you
also need to run the cmake/scripts/generate-swig-interface script using
correct python version:

  python3 cmake/scripts/generate-swig-interface

or something...

Have fun!

Johan




On Mon, Aug 18, 2014 at 8:07 AM, Johannes Ring <[email protected]> wrote:

> On Fri, Aug 15, 2014 at 3:34 PM, Martin Sandve Alnæs <[email protected]>
> wrote:
> > Johannes: Can we get six 1.4 on all buildbots? I don't know how to fix
> the
> > metaclass in a py2/3 compatible way without it.
>
> six 1.4 or later is now installed on all buildbots.
>
> Johannes
> _______________________________________________
> fenics mailing list
> [email protected]
> http://fenicsproject.org/mailman/listinfo/fenics
>
_______________________________________________
fenics mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics

Reply via email to