[vtkusers] Simultaneously build Python 2&3 interface

David Gobbi david.gobbi at gmail.com
Mon Oct 5 17:04:18 EDT 2015


On Mon, Oct 5, 2015 at 2:51 PM, Matthias Blaicher <matthias at blaicher.com>
wrote:
>
>
> All other library files with Python in their name in lib/ are versioned
> with one exception: lib/libvtkFiltersPython.so exists in the python 2
> and python 3 case without a version number. I guess this is not by purpose?
>

Hmm... it's different from the others because it's a VTK library that uses
the Python C API directly (in comparison to other PythonD libraries that
are generated by the wrapper-generators).  libvtkPythonInterpreter.so
also fits into the same category.

Yes, all VTK libraries that have a python dependency should have the
python version number in their name.  Ditto for executables that depend
on python (e.g. the vtkpython executable itself).  These were overlooked.

 - David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20151005/e13d4daa/attachment.html>


More information about the vtkusers mailing list