summaryrefslogtreecommitdiffstats
path: root/science-libs/vtk/DEPENDS
blob: 53c4c3bda5dd70cfae29fc53fc16b231970f3ea9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
depends  cmake     &&
depends  xorg-libs  &&
depends  tk        &&

#optional_depends  'JAVA' 'with-java' 'Wrap VTK classes into the JAVA language'  'z-rejected'     &&

optional_depends  python                                       \
                  "with-python"                                \
                  ""                                           \
                  "Wrap VTK classes into the Python language"  &&

optional_depends  tcl                                       \
                  "with-tcl"                                \
                  ""                                        \
                  "Wrap VTK classes into the tcl language"  &&

optional_depends  zlib                             \
                  "with-zlib"                      \
                  ""                               \
                  "Use the system's zlib library"  &&

optional_depends  tiff                             \
                  "with-tiff"                      \
                  ""                               \
                  "Use the system's tiff library"  &&

optional_depends  JPEG                             \
                  "with-jpeg"                      \
                  ""                               \
                  "Use the system's jpeg library"  &&

optional_depends  libpng                             \
                  "with-libpng"                      \
                  ""                                 \
                  "Use the system's libpng library"  &&

optional_depends  expat                             \
                  "with-expat"                      \
                  ""                                \
                  "Use the system's expat library"  &&

optional_depends  doxygen                \
                  "with-doxygen"         \
                  ""                     \
                  "build documentation"