summaryrefslogtreecommitdiff
path: root/strata/flang/llvm.morph
blob: ec3c4f3902982e087e9e26e22aecf5fc44dd9297 (plain)
1
2
3
4
5
6
7
8
9
10
name: llvm
kind: chunk
description: Low Level Virtual Machine
build-system: autotools
configure-commands:
- mkdir -p build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX="$PREFIX"
build-commands:
- cd build && make
install-commands:
- cd build && make install DESTDIR="$DESTDIR"