diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-21 22:58:56 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-01-23 01:16:52 +0000 |
commit | 29e4c2b593508586738b7779120b984c1ef0c122 (patch) | |
tree | 90f602ebdece3b75e8501239deca865dde3b9be8 /libraries/VTK/README | |
parent | 2841beb22538cf639ceb8ac6a4cdd93af1528519 (diff) | |
download | slackbuilds-29e4c2b593508586738b7779120b984c1ef0c122.tar.gz |
libraries/VTK: Updated for version 6.3.0.
Fixes build failure. Moved to /opt. Changed defaults to suit
OpenCASCADE. Prefer external libs in Slackware.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/VTK/README')
-rw-r--r-- | libraries/VTK/README | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libraries/VTK/README b/libraries/VTK/README index 567d99816d..1515bc81e1 100644 --- a/libraries/VTK/README +++ b/libraries/VTK/README @@ -11,12 +11,12 @@ interpreted programming languages. You can enable a lot of optional features by passing variables to the script (VAR=yes/no ./VTK.SlackBuild): -IMAGING=yes|no (default: no) -MPI=yes|no (default: no), requires openmpi -QT=yes|no (default: yes) -TK=yes|no (default: no) -VIEWS=yes|no (default: no) -WEB=yes|no (default: no) -PYTHON=yes|no (default: yes) -JAVA=yes|no (default: no) -TCL=yes|no (default: no)
\ No newline at end of file +IMAGING=yes|no (default: no) +MPI=yes|no (default: no), requires openmpi +TCL=yes|no (default: yes) +TK=yes|no (default: yes) +VIEWS=yes|no (default: no) +WEB=yes|no (default: no), requires python-twisted +JAVA=yes|no (default: no), requires jdk +PYTHON=yes|no (default: yes) +QT=yes|no (default: yes) |