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"