summaryrefslogtreecommitdiff
path: root/strata/flang/clang.morph
blob: 4980bba822722cf7332f9b807d5b090eb9d1c1e4 (plain)
1
2
3
4
5
6
7
8
9
10
name: clang
kind: chunk
description: LLVM C, C++ compiler front-end
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"