View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012864ParaView(No Category)public2012-01-19 20:532016-08-12 09:59
ReporterUtkarsh Ayachit 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version 
Summary0012864: Building ParaView with VTK_USE_SYSTEM_HDF5 =ON fails when HDF5 in not installed globally.
DescriptionThe 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.
TagsNo tags attached.
ProjectRelease
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0028001)
Utkarsh Ayachit (administrator)
2012-01-29 14:33

The problems continue...VTK doesn't seem to locate (or use) hdf5_hl library.
(0038124)
Kitware Robot (administrator)
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.

 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


Copyright © 2000 - 2018 MantisBT Team