diff --git a/llvm-toolset.yaml b/llvm-toolset.yaml new file mode 100644 index 0000000..1a04e0d --- /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.1.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: 735c94e672738faf7765dbe369ecd3a553c2907c + buildorder: 2 + multilib: [x86_64] + compiler-rt: + rationale: LLVM compiler intrinsic and sanitizer libraries + ref: aa9b772af94ebe0fbc5fd47c67671997c75c430b + buildorder: 1 + multilib: [x86_64] + libomp: + rationale: LLVM OpenMP runtime + ref: 0f4209f75371adc1175eb9d2fc41270d2818a9ed + multilib: [x86_64] + lld: + rationale: LLVM linker + ref: 0d6038196239dbaace34e71f40bdd5c2f1561cc8 + buildorder: 1 + multilib: [x86_64] + lldb: + rationale: lldb debugger + ref: f228a48212dfb0af8bfdb96eee23b70bdb6685f7 + buildorder: 3 + multilib: [x86_64] + llvm: + rationale: LLVM tools and libraries + ref: fefa2049020a366b9ea9df5e44e4e27f742234a0 + multilib: [x86_64] + llvm-toolset: + rationale: Meta package for llvm-toolset providing scl enable scripts. + ref: 5f522e06c9433088115e37cfee7bfabd15482b61 + multilib: [x86_64] + python-lit: + rationale: Lit test runner for LLVM + ref: f37d8dcf1440545593956ebf10da91fbf35e3ff2 +... +