diff options
author | Christoph Willing <chris.willing@linux.com> | 2021-05-24 08:08:34 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-26 08:07:35 +0700 |
commit | 4b76a07ff4b7ec8068d5a1cdc0384d3aee7ffdeb (patch) | |
tree | 99edcf663b6ed20d090786517124ac8d1a257c7b /graphics/paraview/README | |
parent | f9cf7e2fdb05567d64e3b8979329928581a07fb5 (diff) |
graphics/paraview: Updated for version 5.9.1
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/README | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/graphics/paraview/README b/graphics/paraview/README index 56ca48d4f7..adc2dd6e07 100644 --- a/graphics/paraview/README +++ b/graphics/paraview/README @@ -7,12 +7,6 @@ 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. +Although not recommended, building without MPI (mpich) support +is possible by setting the relevant variables in the build environment e.g. + MPICH=no sh paraview.SlackBuild |