MantisBT - ParaView | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015655 | ParaView | (No Category) | public | 2015-08-15 17:22 | 2016-08-12 09:59 |
Reporter | Bruno Santos | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | 4.3 | ||||
Target Version | Fixed in Version | ||||
Project | TBD | ||||
Topic Name | |||||
Type | incorrect functionality | ||||
Summary | 0015655: "ui_pqExportStateWizard.h" is always included with development install when it also depends on Python | ||||
Description | The file "Qt/Components/CMakeLists.txt" has this block of code: if(PARAVIEW_INSTALL_DEVELOPMENT_FILES) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/ui_pqExportStateWizard.h" DESTINATION "${VTK_INSTALL_INCLUDE_DIR}") endif() And it should be this: if(PARAVIEW_INSTALL_DEVELOPMENT_FILES AND PARAVIEW_ENABLE_PYTHON) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/ui_pqExportStateWizard.h" DESTINATION "${VTK_INSTALL_INCLUDE_DIR}") endif() This is because of the block of code several lines above: if(PARAVIEW_ENABLE_PYTHON) ... LIST(APPEND Module_UI_FILES Resources/UI/pqImageOutputInfo.ui Resources/UI/pqExportStateWizard.ui ) endif() This was spotted with the building script makeParaView4 that is used in OpenFOAM: https://github.com/OpenFOAM/ThirdParty-dev/#buiding-paraview-431 [^] | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2015-08-15 17:22 | Bruno Santos | New Issue | |||
2015-09-14 08:43 | Louis Gagnon | Note Added: 0035213 | |||
2016-08-12 09:59 | Kitware Robot | Note Added: 0038867 | |||
2016-08-12 09:59 | Kitware Robot | Status | backlog => closed | ||
2016-08-12 09:59 | Kitware Robot | Resolution | open => moved | ||
2016-08-12 09:59 | Kitware Robot | Assigned To | => Kitware Robot |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|