<div dir="ltr"><div><div>if you look closely at the initial output from cmake you will see:<br>--  * vtkhdf5, needed by 2 modules:<br>        vtkIOAMR<br>        vtknetcdf<br><br>ok, lets see why those two are on:<br><br>--  * vtknetcdf, needed by 5 modules:<br>        vtkIOMINC<br>        vtkIONetCDF<br>        vtkIOParallel<br>        vtkIOParallelNetCDF<br>        vtkexodusII<br><br></div>It looks hard to disable netcdf, so instead see edit ThirdParty/netcdf/vtknetcdf/CMakeLists.txt to make sure USE_NETCDF4 stays OFF (line 235 and 237)<br><br></div><div><div>--  * vtkIOAMR, needed by 6 modules:<br>        VTK_Group_StandAlone<br>        vtkFiltersAMR-Test-Cxx<br>        vtkFiltersAMR-Test-Python<br>        vtkIOAMR-Test-Cxx<br>        vtkIOGeometry-Test-Cxx<br>        vtkIOGeometry-Test-Python<br><br></div><div>Turn off BUILD_TESTING will hit most of that. Then edit IO/AMR/module.cmake to take IO/AMR out of the StandAlone group.<br><br></div><div>Then you'll get netcdf3 and not hdf5.<br></div><div><br><br></div><div>Alternatively you might turn off all Groups and pick and choose just the modules you care about.<br><br></div><div>hth<br><br></div></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div></div>
<br><div class="gmail_quote">On Wed, Feb 10, 2016 at 5:37 PM, Lonni Besançon <span dir="ltr"><<a href="mailto:lonni.besancon@gmail.com" target="_blank">lonni.besancon@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks for the info, but I'm afraid this goes way beyond my skills.<br>
<br>
I'm going to leave this aside for now as it would be too time-consuming for<br>
me.<br>
I would very much like however to be able to revert back to a working<br>
android build that does not try to build HDF5.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Compilation-error-hdf5-tp5736481p5736524.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/Compilation-error-hdf5-tp5736481p5736524.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the VTK - Dev mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtk-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtk-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtk-developers</a><br>
<br>
</div></div></blockquote></div><br></div>