<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Oct 5, 2015 at 2:51 PM, Matthias Blaicher <span dir="ltr"><<a href="mailto:matthias@blaicher.com" target="_blank">matthias@blaicher.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
All other library files with Python in their name in lib/ are versioned<br>
with one exception: lib/libvtkFiltersPython.so exists in the python 2<br>
and python 3 case without a version number. I guess this is not by purpose?<br></blockquote><div><br></div><div>Hmm... it's different from the others because it's a VTK library that uses</div><div>the Python C API directly (in comparison to other PythonD libraries that</div><div>are generated by the wrapper-generators).  libvtkPythonInterpreter.so</div><div>also fits into the same category.</div><div><br></div><div>Yes, all VTK libraries that have a python dependency should have the</div><div>python version number in their name.  Ditto for executables that depend</div><div>on python (e.g. the vtkpython executable itself).  These were overlooked.</div><div><br></div><div> - David   </div></div></div></div>