summaryrefslogtreecommitdiff
path: root/strata/flang/libflangrt.morph
blob: 28429d22ab1753f52f2d3c1f9be639c60d96b1cb (plain)
1
2
3
4
5
6
7
8
9
10
name: libflangrt
kind: chunk
description: flang runtime library
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"