diff --git a/llvm-toolset.yaml b/llvm-toolset.yaml new file mode 100644 index 0000000..fc4d504 --- /dev/null +++ b/llvm-toolset.yaml @@ -0,0 +1,75 @@ +--- +document: modulemd +version: 2 +data: + name: llvm-toolset + stream: rhel8 + summary: LLVM + description: >- + LLVM Tools and libraries + license: + module: + - MIT + dependencies: + - buildrequires: + platform: [el8.4.0] + requires: + platform: [el8] + profiles: + common: + rpms: + - llvm-toolset + api: + rpms: + - clang + - clang-analyzer + - clang-devel + - clang-libs + - clang-tools-extra + - git-clang-format + - lld + - lld-libs + - lldb + - lldb-devel + - llvm + - llvm-devel + - llvm-libs + components: + rpms: + clang: + rationale: clang tools and libraries + ref: fb69255e181bab9f512476ce75e6b4336e1968f5 + buildorder: 1 + multilib: [x86_64] + compiler-rt: + rationale: LLVM compiler intrinsic and sanitizer libraries + ref: e3a45eafe301d514886439a31938259e9a4906ff + buildorder: 1 + multilib: [x86_64] + libomp: + rationale: LLVM OpenMP runtime + ref: 25fb9961a03e9fa74b2809738d88c11b59b6dc0e + multilib: [x86_64] + lld: + rationale: LLVM linker + ref: 04e441883d3cf9c413bb0a8c384445e1a570c390 + buildorder: 1 + multilib: [x86_64] + lldb: + rationale: lldb debugger + ref: f5004023567e3ba4120c2934b6daef287bcf4bdc + buildorder: 2 + multilib: [x86_64] + llvm: + rationale: LLVM tools and libraries + ref: 8cfbb4c33d4b163892abceaa98571babe6892611 + multilib: [x86_64] + llvm-toolset: + rationale: Meta package for llvm-toolset providing scl enable scripts. + ref: 0d10f6a43279f4e973d147ecee34422e1234e824 + multilib: [x86_64] + python-lit: + rationale: Lit test runner for LLVM + ref: ef59b4eff4a1e9697b822135f121aab04dbc79ce +... +