summaryrefslogtreecommitdiff
path: root/strata/flang/flang.morph
blob: 3426d518f7d588c5aa5cf67d5354752a8b3ab221 (plain)
1
2
3
4
5
6
7
8
9
10
name: flang
kind: chunk
description: LLVM Fortran compiler front-end
build-system: autotools
configure-commands:
- mkdir -p build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX="$PREFIX"
build-commands:
- cd build && make -j1
install-commands:
- cd build && make install DESTDIR="$DESTDIR"