slackbuilds_ponce/graphics/paraview
Christoph Willing a4a82ad3fe graphics/paraview: Updated for version 5.5.1
Signed-off-by: Christoph Willing <chris.willing@linux.com>
2018-06-09 07:15:39 +07:00
..
011_doc_path.diff
020_vtkdocs.diff
doinst.sh
paraview.info
paraview.SlackBuild
README
slack-desc

ParaView is an open-source, multi-platform data analysis and visualization
application. ParaView users can quickly build visualizations to analyze their
data using qualitative and quantitative techniques. The data exploration can be
done interactively in 3D or programmatically using ParaView's batch
processing capabilities.

This SlackBuild, in line with official Paraview releases,
is intended only for 64bit systems.

Although not recommended, building without MPI (mpich) and/or Matplotlib support
is possible by setting the relevant variables in the build environment:
  MPICH=no
  MATPLOTLIB=no

Optional embedding with PythonQt may be enabled by setting
  PYTHONQT=yes
in the build environment. This requires the SBo PythonQt package to be
installed at build time.