MantisBT - VTK
View Issue Details
0012978VTK(No Category)public2012-03-05 00:172013-07-24 10:46
domibel 
Marcus D. Hanwell 
highminorhave not tried
closedfixed 
 
 
Release
crash
0012978: VTK_PYTHON_USE_CHEMISTRY is undefined in vtk 5.10
VTK_PYTHON_USE_CHEMISTRY needs to be set in ./Wrapping/Python/CMakeLists.txt

Otherwise the installation fails with

  File "setup.py", line 39
    vtk_use_chemistry =
                       ^
SyntaxError: invalid syntax
No tags attached.
Issue History
2012-03-05 00:17domibelNew Issue
2012-03-05 09:09Marcus D. HanwellAssigned To => Marcus D. Hanwell
2012-03-05 09:09Marcus D. HanwellStatusbacklog => tabled
2012-03-05 09:21Marcus D. HanwellNote Added: 0028338
2012-03-05 11:23domibelNote Added: 0028339
2013-07-22 20:02Dave DeMarleStatustabled => backlog
2013-07-22 20:02Dave DeMarleNote Added: 0031255
2013-07-24 10:46Marcus D. HanwellNote Added: 0031330
2013-07-24 10:46Marcus D. HanwellStatusbacklog => closed
2013-07-24 10:46Marcus D. HanwellResolutionopen => fixed

Notes
(0028338)
Marcus D. Hanwell   
2012-03-05 09:21   
http://review.source.kitware.com/#/t/178 [^] should address this issue - can you confirm? We will be addressing the level of duplication currently required by the wrapping languages in VTK 6.
(0028339)
domibel   
2012-03-05 11:23   
your fix worked, thanks
(0031255)
Dave DeMarle   
2013-07-22 20:02   
moving all "tabled" bugs into "backlog" category since "tabled" is no longer used.
(0031330)
Marcus D. Hanwell   
2013-07-24 10:46   
This was fixed, I just forgot to change its state.