summaryrefslogtreecommitdiff
path: root/strata/compilers-extra/clang.morph
blob: fb7c1ff62f96af7357a774537179a1c445bb9fe9 (plain)
1
2
3
4
5
6
7
8
9
10
name: clang
kind: chunk
build-system: cmake
configure-commands:
- mkdir o
- cd o && cmake -DCMAKE_INSTALL_PREFIX="$PREFIX" -DCMAKE_BUILD_TYPE=Release ..
build-commands:
- cd o && make
install-commands:
- cd o && make DESTDIR="$DESTDIR" install