mili support in ParaView 5.8.1-RC1 is broken as it is dependent on missing rapidjson
Hi,
Please reference
mili support in ParaView 5.8.1-RC1 is broken as it is dependent on rapidjson which while included at one point in the superbuild (rapidjson-1.1.0.tar.gz) git master is not included in the ParaView 5.8.1-RC1 tag version.
Here is the location of the problems origin. Lines 122-131 of the file superbuild/paraview/src/Utilities/VisItBridge/databases/CMakeLists.txt
visit_include_reader_source(Mili OFF)
if(VISIT_BUILD_READER_Mili)
vtk_module_find_package(PACKAGE Mili)
vtk_module_find_package(PACKAGE RapidJSON)
list(APPEND visit_libraries
Mili::Mili
rapidjson)
list(APPEND visit_readers_xmls
visit_mili_reader.xml)
endif()
Since rapidjson is no longer in the superbuild this causes the problem.
Thanks,
Joe Hennessey
Edited by Joseph G. Hennessey