Hi Andreas, There is a package python3-vtk7 and vmtk supports Python 3, so that might work better.
Unfortunately, I haven't got time to look at this myself at the moment. Johannes On Fri, Sep 7, 2018 at 9:00 AM, Andreas Tille <[email protected]> wrote: > Hi, > > I stumbled upon vmtk and tried to upgrade it to the latest version in > Git[1]. > Unfortunately it does not build out of the box (something like > > ... > In file included from /build/vmtk-1.4.0+dfsg/vtkVmtk/IO/ > vtkvmtkFDNEUTReader.cxx:22: > /build/vmtk-1.4.0+dfsg/vtkVmtk/IO/vtkvmtkFDNEUTReader.h:39:47: error: > expected ';' at end of member declaration > void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE; > ^ > ; > /build/vmtk-1.4.0+dfsg/vtkVmtk/IO/vtkvmtkFDNEUTReader.h:39:49: error: > 'VTK_OVERRIDE' does not name a type; did you mean 'VTK_VERSION'? > void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE; > ^~~~~~~~~~~~ > VTK_VERSION > /build/vmtk-1.4.0+dfsg/vtkVmtk/IO/vtkvmtkFDNEUTReader.h:70:92: error: > expected ';' at end of member declaration > virtual int RequestData(vtkInformation *, vtkInformationVector **, > vtkInformationVector *) VTK_OVERRIDE; > > ^ > > ; > /build/vmtk-1.4.0+dfsg/vtkVmtk/IO/vtkvmtkFDNEUTReader.h:70:94: error: > 'VTK_OVERRIDE' does not name a type; did you mean 'VTK_VERSION'? > virtual int RequestData(vtkInformation *, vtkInformationVector **, > vtkInformationVector *) VTK_OVERRIDE; > > ^~~~~~~~~~~~ > > VTK_VERSION > Scanning dependencies of target vtkvmtkCommonPythonD > ... > > and similar). > > It might need a vtk7 migration anyway but I noticed there is no > python-vtk7 package. Since I have no idea about vtk anyway I gave up > here but wanted to tell possibly interested contributors that I've > updated some metadata in Git. > > Kind regards > > Andreas. > > [1] https://salsa.debian.org/science-team/vmtk > -- > http://fam-tille.de >
-- debian-science-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers
