summaryrefslogtreecommitdiffstats
path: root/devel/llvm/DEPENDS
blob: cfabd67349bfa59955c5d57097dc08dd5ea9695c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
depends libtool &&
depends -sub CXX gcc &&
depends cmake     &&
depends pkgconfig &&
depends zlib  '-DLLVM_ENABLE_ZLIB=1' &&
depends PYTHON    &&
if [[ "$LLVM_WITH_ANALYZER" == "y" ]]
then
  # perl is required for scan-build, which is the analyzer itself
  runtime_depends perl
fi &&

optional_depends ocaml   '' '' 'build bindings for OCaml' &&
optional_depends doxygen '' '' "build documentation?" &&
optional_depends libffi  '-DLLVM_ENABLE_FFI=1' '' 'use sytem FFI'