summaryrefslogtreecommitdiffstats
path: root/science/r/DEPENDS
blob: 6e33c1deec6180ce199559cf7ba079ff3e2f92af (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
46
47
depends  ncurses   &&
depends  fortran   &&
depends  g++       &&

# also looks for but not sure if it needs
# less, perl, TeX, laTeX, unzip, zip, gzip,
# mozilla, acroread, xpdf, libtool.

optional_depends  readline                    \
                  '--with-readline'           \
                  '--without-readline'        \
                  'for command line editing'  &&

optional_depends  zlib                     \
                  '--with-system-zlib'     \
                  '--without-system-zlib'  \
                  'Use system zlib'        &&
 
optional_depends  bzip2                     \
                  '--with-system-bzlib'     \
                  '--without-system-bzlib'  \
                  'Use system bzip2'        &&

optional_depends  libpng                \
                  '--with-libpng'       \
                  '--without-libpng'    \
                  'Enable png support'  &&

optional_depends  jpeg                        \
                  '--with-jpeglib'            \
                  '--without-system-jpeglib'  \
                  'Enable jpeg support'       &&

optional_depends  pcre                   \
                  '--with-system-pcre'   \
                  '--without-pcre'       \
                  'Enable pcre support'  &&

optional_depends  tk                       \
                  '--with-tcltk'           \
                  '--without-tcltk'        \
                  'Enable TCL/TK support'  &&

optional_depends  lapack                             \
                  '--with-lapack --with-blas'        \
                  '--without-lapack --without-blas'  \
                  'for BLAS and LAPACK routines'