MantisBT - ParaView
View Issue Details
0012864ParaView(No Category)public2012-01-19 20:532016-08-12 09:59
Utkarsh Ayachit 
Kitware Robot 
normalminorhave not tried
closedmoved 
git-master 
 
Release
incorrect functionality
0012864: Building ParaView with VTK_USE_SYSTEM_HDF5 =ON fails when HDF5 in not installed globally.
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.
No tags attached.
Issue History
2012-01-19 20:53Utkarsh AyachitNew Issue
2012-01-29 14:33Utkarsh AyachitNote Added: 0028001
2016-08-12 09:59Kitware RobotNote Added: 0038124
2016-08-12 09:59Kitware RobotStatusbacklog => closed
2016-08-12 09:59Kitware RobotResolutionopen => moved
2016-08-12 09:59Kitware RobotAssigned To => Kitware Robot

Notes
(0028001)
Utkarsh Ayachit   
2012-01-29 14:33   
The problems continue...VTK doesn't seem to locate (or use) hdf5_hl library.
(0038124)
Kitware Robot   
2016-08-12 09:59   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.