ParaView 5.7.0 is now available for download

Thanks to the efforts of the ParaView team, ParaView 5.7.0 binaries and source code archives are now available for download at

https://www.paraview.org/download/

Full release notes for 5.7.0 are available at

https://blog.kitware.com/paraview-5-7-0-release-notes/

In addition, ParaView’s git repository has been tagged with “v5.7.0”, as has the ParaView superbuild repository.

Thanks!

The ParaView Team

4 Likes

the download page does not seems to contain it yet.

Try updating your browser. It appears to be there for me. If not, please clarify what “it” is.

1 Like

Perfect, thanks.

Hopefully a quick one -
I scanned the release notes and the BUILD.md file too, but didn’t see anything specific about how the cmake system has been updated or what changes may be needed for downstream usage.

The use case is compiling plugins. Now getting this error message:

CMake Error at CMakeLists.txt:16 (include):
  include called with wrong number of arguments.  include() only takes one
  file.

The offending lines:

# Simple discovery and sanity checks
find_package(ParaView REQUIRED)
include(${PARAVIEW_USE_FILE})

Thanks,
/mark

Mark, some updates to the plugin documentation are available in the doxygen docs: https://kitware.github.io/paraview-docs/nightly/cxx/PluginHowto.html

A transition guide is slated for real soon now, but this should get you started.

Thanks Cory!
I’ll bide my time a bit still. It seems that a fair number of things have changed in the cmake files. add_paraview_plugin() etc, exports for VTK_INCLUDE_DIRS etc.

/mark

Indeed, the build system was completely revamped in VTK and ParaView. More complete documentation and migration documentation is planned in the near future.

1 Like