summaryrefslogtreecommitdiff
path: root/elements/llvm-common/llvm.bst
blob: 01508f0614e6eb17964ebb20f24283cfe3874fa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
kind: autotools
description: Low Level Virtual Machine
depends:
- core.bst
sources:
- kind: git
  url: upstream:llvm
  track: release_36
  ref: 19ade095e8c3ea61f84b71074433309f0c7c7b3b
config:
  configure-commands:
  - ./configure --prefix="%{prefix}" --sysconfdir=/etc --enable-shared --enable-targets=host
    --enable-optimized --disable-assertions --with-python=/usr/bin/python3