diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-19 18:15:04 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-19 18:15:04 +0900 |
| commit | ff44060763eedf385d9218cc5a93344b8bb04021 (patch) | |
| tree | 0f7d86fdcdc4513adb975be8ca423920e75a074f /internal/rosa/package/lit.az | |
| parent | 3010a209b52c3103a1f2dea5442aa1e7428855b4 (diff) | |
internal/rosa/package: migrate python packages
This also migrates LLVM LIT via the newly implemented special case.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/lit.az')
| -rw-r--r-- | internal/rosa/package/lit.az | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/internal/rosa/package/lit.az b/internal/rosa/package/lit.az new file mode 100644 index 00000000..c4d60062 --- /dev/null +++ b/internal/rosa/package/lit.az @@ -0,0 +1,15 @@ +package lit { + description = "a portable tool for executing LLVM and Clang style test suites"; + website = "https://llvm.org/docs/CommandGuide/lit.html"; + + source = llvm-project; + + exec = pip { + append = [ "llvm", "utils", "lit" ]; + // already checked during llvm + skipCheck = true; + }; + + inputs = [ python-setuptools ]; + runtime = [ python ]; +} |
