0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-12 00:10:52 +00:00
termux-packages/packages/libllvm/mlir.subpackage.sh
2024-10-03 03:46:13 +05:30

12 lines
274 B
Bash

TERMUX_SUBPKG_INCLUDE="
bin/mlir-*
bin/tblgen-lsp-server
bin/tblgen-to-irdl
include/mlir*
lib/cmake/mlir/
lib/libMLIR*.so
lib/libmlir*.so
"
TERMUX_SUBPKG_DESCRIPTION="A Multi-Level Intermediate Representation for compilers from LLVM"
TERMUX_SUBPKG_DEPENDS="libc++, ncurses"