diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2016-08-15 10:55:04 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-20 07:51:25 +0700 |
commit | d249509fe97be3988358cf9d5880be51c7e9608c (patch) | |
tree | 10d111264b3e703f48bfb2bd59d23265d88fd1e4 /graphics/paraview/README | |
parent | 5546d36a934ec89816d0ca3fc45da00f77c26a40 (diff) |
graphics/paraview: Enable optional PythonQt embedding support
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'graphics/paraview/README')
-rw-r--r-- | graphics/paraview/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/paraview/README b/graphics/paraview/README index da2f290e97def..43fbd5f457d02 100644 --- a/graphics/paraview/README +++ b/graphics/paraview/README @@ -9,6 +9,11 @@ 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. + 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 |