From: inv Date: Wed, 21 Jul 2010 15:28:32 +0000 (+0000) Subject: Update for correct defenition of HDF5 X-Git-Tag: V6_1_0~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4ae70940450bf2311a9a0e3450bb3cca2ab14691;p=tools%2Finstall.git Update for correct defenition of HDF5 --- diff --git a/config_files/ParaView-3.8.sh b/config_files/ParaView-3.8.sh index f9abe58..7bb84c7 100755 --- a/config_files/ParaView-3.8.sh +++ b/config_files/ParaView-3.8.sh @@ -148,9 +148,10 @@ VTK_CMAKE_OPTIONS=$VTK_CMAKE_OPTIONS" -DPARAVIEW_INSTALL_DEVELOPMENT:BOOL=ON" ### Wrap HDF5 settings if [ "${HDF5HOME}" != "" ]; then -VTK_CMAKE_OPTIONS=$VTK_CMAKE_OPTIONS" -DPARAVIEW_USE_SYSTEM_HDF5:BOOL=OFF" +VTK_CMAKE_OPTIONS=$VTK_CMAKE_OPTIONS" -DPARAVIEW_USE_SYSTEM_HDF5:BOOL=ON" VTK_CMAKE_OPTIONS=$VTK_CMAKE_OPTIONS" -DHDF5_INCLUDE_DIR:STRING=${HDF5HOME}/include" -VTK_CMAKE_OPTIONS=$VTK_CMAKE_OPTIONS" -DHDF5_LIBRARY:STRING=${HDF5HOME}/lib" +VTK_CMAKE_OPTIONS=$VTK_CMAKE_OPTIONS" -DHDF5_LIBRARY:STRING=${HDF5HOME}/lib/libhdf5.so" +VTK_CMAKE_OPTIONS=$VTK_CMAKE_OPTIONS" -DPARAVIEW_BUILD_PLUGIN_H5PartReader:BOOL=OFF" fi ### if Mesa is pre-installed if [ -n "$MESA_HOME" ]; then