Bug#863828: python3-instant: undefined symbol: PyClass_Type during interpolate

2017-06-06 Thread Johannes Ring
On Fri, Jun 2, 2017 at 7:34 PM, Drew Parsons wrote: > It's still failing, with python-ffc 2016.2.0-3 and libdolfin-dev > 2016.2.0-4 (with UseDOLFIN.cmake patched). Oh, sorry I forgot that this patch is needed for instant:

Bug#863828: python3-instant: undefined symbol: PyClass_Type during interpolate

2017-06-02 Thread Drew Parsons
On Thu, 1 Jun 2017 10:39:37 +0200 Johannes Ring wrote: > On Thu, Jun 1, 2017 at 10:24 AM, Drew Parsons wrote: > > Should the vtk section in UseDOLFIN.cmake be controlled with some > > python3 test, so VTK is still pulled in for python2? >  > Yes, we can do

Bug#863828: python3-instant: undefined symbol: PyClass_Type during interpolate

2017-06-01 Thread Johannes Ring
On Thu, Jun 1, 2017 at 10:24 AM, Drew Parsons wrote: > Should the vtk section in UseDOLFIN.cmake be controlled with some > python3 test, so VTK is still pulled in for python2? Yes, we can do that, although I believe the vtk section in UseDOLFIN.cmake is not important. I will

Processed: Re: Bug#863828: python3-instant: undefined symbol: PyClass_Type during interpolate

2017-06-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 863828 libdolfin-dev 2016.2.0-3 Bug #863828 [python3-instant] python3-instant: undefined symbol: PyClass_Type during interpolate Bug reassigned from package 'python3-instant' to 'libdolfin-dev'. No longer marked as found in versions

Bug#863828: python3-instant: undefined symbol: PyClass_Type during interpolate

2017-06-01 Thread Drew Parsons
reassign 863828 libdolfin-dev 2016.2.0-3 thanks On Thu, 2017-06-01 at 10:01 +0200, Johannes Ring wrote: > > The problem here is that Python 2 header files are used. This comes > from VTK, which is built against Python 2 only. The solution is to > not > call `find_package(VTK)` and

Bug#863828: python3-instant: undefined symbol: PyClass_Type during interpolate

2017-06-01 Thread Johannes Ring
On Wed, May 31, 2017 at 6:26 PM, Drew Parsons wrote: > $ instant-clean-3 > $ ipython3 > Python 3.5.3 (default, Jan 19 2017, 14:11:04) > In [1]: from fenics import * # dolfin module behaves the same > In [2]: mesh = UnitSquareMesh(2, 2) > In [3]: V = FunctionSpace(mesh, 'P',

Bug#863828: python3-instant: undefined symbol: PyClass_Type during interpolate

2017-05-31 Thread Drew Parsons
Package: python3-instant Version: 2016.2.0-2 Severity: normal Testing the new python3 dolfin. It works fine on my own scripts. But seems to fail when instant is invoked by interpolate. $ instant-clean-3 $ ipython3 Python 3.5.3 (default, Jan 19 2017, 14:11:04) In [1]: from fenics import * #