MantisBT - ParaView | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012864 | ParaView | (No Category) | public | 2012-01-19 20:53 | 2016-08-12 09:59 |
| Reporter | Utkarsh Ayachit | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | git-master | ||||
| Target Version | Fixed in Version | ||||
| Project | Release | ||||
| Topic Name | |||||
| Type | incorrect functionality | ||||
| Summary | 0012864: Building ParaView with VTK_USE_SYSTEM_HDF5 =ON fails when HDF5 in not installed globally. | ||||
| Description | The problem appears to be that HDF5_INCLUDE_DIR is not set correctly in ParaViewCommon.cmake. <begin snippet> ######################################################################### # Configure HDF5 IF(VTK_USE_SYSTEM_HDF5) SET(PARAVIEW_HDF5_LIBRARIES ${VTK_HDF5_LIBRARIES}) SET(HDF5_INCLUDE_DIR ${VTK_HDF5_INCLUDE_DIRS}) ELSE() ... ENDIF() <end snippet> It seems to be using a VTK_HDF5_INCLUDE_DIRS variable that's never set, it seems. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2012-01-19 20:53 | Utkarsh Ayachit | New Issue | |||
| 2012-01-29 14:33 | Utkarsh Ayachit | Note Added: 0028001 | |||
| 2016-08-12 09:59 | Kitware Robot | Note Added: 0038124 | |||
| 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 | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||