diff --git a/llvm-toolset.yaml b/llvm-toolset.yaml new file mode 100644 index 0000000..0d4b453 --- /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.2.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: b6490f0a0f49224c36a153c514f9d0d802bbe5e9 + buildorder: 1 + multilib: [x86_64] + compiler-rt: + rationale: LLVM compiler intrinsic and sanitizer libraries + ref: 26d72b91d355728a879462dff5973313dc332d60 + buildorder: 1 + multilib: [x86_64] + libomp: + rationale: LLVM OpenMP runtime + ref: afb2a65dcdc4ce04c2f81ae9f1d2b49dfbe6a4ab + multilib: [x86_64] + lld: + rationale: LLVM linker + ref: f79958d00446cc8070d2f04526faa435fd2734e9 + buildorder: 1 + multilib: [x86_64] + lldb: + rationale: lldb debugger + ref: 98e1e94fad783aec0be435746287392e2979730e + buildorder: 2 + multilib: [x86_64] + llvm: + rationale: LLVM tools and libraries + ref: 3779861d8df4687506fbba025b50205d00dc0178 + multilib: [x86_64] + llvm-toolset: + rationale: Meta package for llvm-toolset providing scl enable scripts. + ref: 48022447cf0c26b64081355b587b3f619756197f + multilib: [x86_64] + python-lit: + rationale: Lit test runner for LLVM + ref: 287662c2f687638612749c0b21b04cda8dfd0748 +... +