What cmake version are you using and what is your HDF5_DIR variable set to, if at all?<div><br></div><div>Utkarsh</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Nov 12, 2012 at 9:45 PM,  <span dir="ltr">&lt;<a href="mailto:fbissey@slingshot.co.nz" target="_blank">fbissey@slingshot.co.nz</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Another problem I have now is with system hdf5. I get the following:<br>
Disabling NETCDF4 support since HDF5_HL is missing.<br>
<br>
Yet I have hdf5_hl installed and it is detected by cmake as well since<br>
HDF%_hdf5_hl_LIBRARY is defined and pointing to the right thing.<br>
I believe that the cmake testing logic in<br>
VTK/ThirdParty/netcdf/vtknetcdf/CMakeLists.txt<br>
is wrong:<br>
set (USE_NETCDF4 OFF)<br>
if (NOT VTK_USE_SYSTEM_HDF5)<br>
  # using VTK&#39;s HDF5, we always build that with HL support.<br>
  set (USE_NETCDF4 ON)<br>
elseif(HDF5_HL_LIBRARY)<br>
  set (USE_NETCDF4 ON)<br>
else()<br>
  message(STATUS &quot;Disabling NETCDF4 support since HDF5_HL is missing.&quot;)<br>
endif ()<br>
<br>
HDF5_HL_LIBRARY is the wrong variable to test, it should be<br>
HDF5_hdf5_hl_LIBRARY.<br>
The change works for me. By the way any chance to be able to use the system<br>
netcdf  as debian does in its build (and that I shamelessly copied in Gentoo).<br>
<br>
Francois<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>