[Paraview] system hdf5 and 3.98rc1

2012-11-12 Thread fbissey
Another problem I have now is with system hdf5. I get the following: Disabling NETCDF4 support since HDF5_HL is missing. Yet I have hdf5_hl installed and it is detected by cmake as well since HDF%_hdf5_hl_LIBRARY is defined and pointing to the right thing. I believe that the cmake testing logic in

Re: [Paraview] system hdf5 and 3.98rc1

2012-11-15 Thread Utkarsh Ayachit
What cmake version are you using and what is your HDF5_DIR variable set to, if at all? Utkarsh On Mon, Nov 12, 2012 at 9:45 PM, wrote: > Another problem I have now is with system hdf5. I get the following: > Disabling NETCDF4 support since HDF5_HL is missing. > > Yet I have hdf5_hl installed a

Re: [Paraview] system hdf5 and 3.98rc1

2012-11-16 Thread Francois Bissey
cmake 2.8.9, the wiki says that for 3.98rc1 2.8.8+ is suitable. HDF5_DIR is not set that's a system install in standard location (/usr). This is what ccmake on paraview 3.98rc1 reports: HDF5_CXX_COMPILER_EXECUTABLE HDF5_CXX_COMPILER_EXECUTABLE-NOTFOUND HDF5_C_COMPILER_EXECUTABLE /usr/b

Re: [Paraview] system hdf5 and 3.98rc1

2012-11-16 Thread Utkarsh Ayachit
I think FindHDF5.cmake needs to be cleaned up. There are occassions when HDF5_HL_LIBRARY gets defined and other occasions when HDF5_hdf5_hl_LIBRARY gets defined. That's confusing to say the least. I am going to check with the Cmake folks here and try to figure out what's the right approach. In th

Re: [Paraview] system hdf5 and 3.98rc1

2012-11-16 Thread Francois Bissey
On 17/11/12 04:05, Utkarsh Ayachit wrote: > I think FindHDF5.cmake needs to be cleaned up. There are occassions > when HDF5_HL_LIBRARY gets defined and other occasions > when HDF5_hdf5_hl_LIBRARY gets defined. That's confusing to say the > least. I am going to check with the Cmake folks here and t