MantisBT - VTK
View Issue Details
0015251VTK(No Category)public2015-01-09 09:362015-02-10 09:40
Gert Wollny 
Ben Boeckel (Kitware) 
normalminorhave not tried
closedfixed 
6.0.0 
6.3.06.2.0 
TBD
incorrect functionality
0015251: VTKTargets-none.cmake references libraries that are actually Python modules.
When compiling VTK with Python support then various entries are generated in the VTKTargets-none.cmake file that import packages that are apparently Python extension modules.

While this may not be a problem for installations from source it creates some difficulties for packaging, i.e. these libraries must be part of the development packages even though they should not be linked against and should go into the according python packages.

See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773379 [^]


No tags attached.
Issue History
2015-01-09 09:36Gert WollnyNew Issue
2015-02-05 12:10Dave DeMarleAssigned To => Dave DeMarle
2015-02-05 12:10Dave DeMarleAssigned ToDave DeMarle =>
2015-02-05 12:10Dave DeMarleAssigned To => Ben Boeckel (Kitware)
2015-02-05 12:11Dave DeMarleNote Added: 0034162
2015-02-07 21:55Dave DeMarleNote Added: 0034192
2015-02-07 21:55Dave DeMarleTarget Version => 6.3.0
2015-02-09 16:55Ben Boeckel (Kitware)Note Added: 0034201
2015-02-09 16:55Ben Boeckel (Kitware)Statusbacklog => gerrit review
2015-02-10 09:40Ben Boeckel (Kitware)Note Added: 0034203
2015-02-10 09:40Ben Boeckel (Kitware)Statusgerrit review => closed
2015-02-10 09:40Ben Boeckel (Kitware)Resolutionopen => fixed
2015-02-10 09:40Ben Boeckel (Kitware)Fixed in Version => 6.2.0

Notes
(0034162)
Dave DeMarle   
2015-02-05 12:11   
@Ben, can you see if this is easy enough to get into 6.2?
(0034192)
Dave DeMarle   
2015-02-07 21:55   
We'll try and get this sorted out after the imminent 6.2. release.
(0034201)
Ben Boeckel (Kitware)   
2015-02-09 16:55   
Patch is up: http://review.source.kitware.com/#/t/5447/ [^]

I don't see why the reference means that the .py files have to go in -dev as well. Could -dev not just Require: -python? In any case, yes, these targets should not be exported.
(0034203)
Ben Boeckel (Kitware)   
2015-02-10 09:40   
The branch has been merged.