[vtk-developers] Add python version to all vtk libs that have python dependency

David Gobbi david.gobbi at gmail.com
Tue Oct 6 00:46:00 EDT 2015


Hi All,

Currently it isn't feasible for copies of VTK that were built
against different versions of Python to be installed under
the same install prefix, because libs like vtkFiltersPython
would conflict between different Python versions.

I propose renaming such libs to e.g. vtkFiltersPythonPy27
to indicate what version of the Python libs they link to.
Something similar was already done for the wrapper libs, e.g.
vtkCommonCorePython27D is CommonCore's wrapper lib.

The renaming can be done automatically for any module lib
that depends on Python, as shown in this merge request:
https://gitlab.kitware.com/vtk/vtk/merge_requests/729

Thoughts?

 - David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20151005/16dfadda/attachment.html>


More information about the vtk-developers mailing list