summaryrefslogtreecommitdiffstats
path: root/graphics/paraview/README
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@linux.com>2023-01-08 22:57:25 +1000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-14 08:50:35 +0700
commitfb42f04dad17bed4178e42c3e7e5396fcca41877 (patch)
treee17ecdd200fa9e29e63ce65d3af960af3954c39c /graphics/paraview/README
parent89948092b63ee2cde71047de886de7565c9524f1 (diff)
downloadslackbuilds-fb42f04dad17bed4178e42c3e7e5396fcca41877.tar.gz
slackbuilds-fb42f04dad17bed4178e42c3e7e5396fcca41877.tar.xz
graphics/paraview: Updated for version 5.11.0
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/paraview/README')
-rw-r--r--graphics/paraview/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/paraview/README b/graphics/paraview/README
index 021b2bba86..c1edbf8977 100644
--- a/graphics/paraview/README
+++ b/graphics/paraview/README
@@ -8,7 +8,8 @@ processing capabilities.
This SlackBuild, in line with official Paraview releases,
is intended only for 64bit systems.
-Although not recommended, building without MPI (mpich) support
-is possible by setting the relevant variables in the build environment:
-
- MPICH=no sh paraview.SlackBuild
+MPI support requires build time installation of mpich or openmpi,
+both available from SBo but which should not both be installed
+at the same time. In addition, the PV_USE_MPI environment variable
+should be set to "yes" e.g.
+ PV_USE_MPI=yes sh paraview.SlackBuild