I encountered issues building ParaView 5.1.0 with VTK_USE_SYSTEM_HDF5=ON and CMake 3.6. The issue with FindHDF5 was reported by another user on the CMake mailing list (http://public.kitware.com/pipermail/cmake/2016-July/063908.html) and on OS X I was able to work around it by setting the HDF5_ROOT variable.
I also encountered linker errors that go away after cherry-picking VTK commit 351d0a6d1ce13daef7e52ed988f843aae0ff9fbf (https://github.com/Kitware/VTK/commit/351d0a6d1ce13daef7e52ed988f843aae0ff9fbf). Would you please add a fix for the HDF5 linking errors in ParaView 5.1.1? Steven On 6/29/16, 10:05 AM, "ParaView on behalf of Utkarsh Ayachit" <[email protected] on behalf of [email protected]> wrote: Folks, Since there we a couple of crucial issues reported after the 5.1.0 release, we are planning on putting out a 5.1.1 patch release. Currently, this will include the following fixes: 1. Address issues with depth peeling not working as expected in client-server mode. 2. Address issues with ExodisIIReader not loading certain variables. 3. Address issue with nested lists in OpenFOAM 4. Address issue with "?" button not working in ParaView binaries. Is there anything else that's can qualify as critical that should go in this patch release? Note the 5.2.0 release in planned for SC16 i.e. Oct/Nov. If there's nothing else, I think we have fixes for almost all of these, so we can put the release out early next week. Utkarsh _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
