diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2016-08-05 14:23:58 +1000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:49 +0100 |
commit | c8eb4401dc43f8cc21932943d7360d1fd30a023d (patch) | |
tree | 1f62b1f81a1646972bd98e17793fa8642c661667 /graphics/paraview/README | |
parent | 6310a43dfe8bf17fb459b767f51882e876661d31 (diff) |
graphics/paraview: Updated for version 5.1.2 + new maintainer
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'graphics/paraview/README')
-rw-r--r-- | graphics/paraview/README | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/graphics/paraview/README b/graphics/paraview/README index 219853a17ce5..da2f290e97de 100644 --- a/graphics/paraview/README +++ b/graphics/paraview/README @@ -1,9 +1,17 @@ -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 +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. -NOTE: Source is not downloadable from wget. Please download it manually -via browser. +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 + +This build incorporates the ParaView "Getting Started" and "Tutorial" +documentation. In addition, the official ParaView Guide is available from: + http://www.paraview.org/files/v5.1/ParaViewGuide-5.1.0.pdf +For access to the Guide directly from the ParaView graphical interface +(using Help menu or F1 key), it should be stored as + /usr/doc/paraview-5.1.2/Guide.pdf |