Blame llvm-toolset.yaml

97ff71
---
97ff71
document: modulemd
97ff71
version: 2
97ff71
data:
97ff71
  name: llvm-toolset
97ff71
  stream: "rhel8"
97ff71
  summary: LLVM
97ff71
  description: >-
97ff71
    LLVM Tools and libraries
97ff71
  license:
97ff71
    module:
97ff71
    - MIT
97ff71
  dependencies:
97ff71
  - buildrequires:
97ff71
      platform: [el8.7.0]
97ff71
    requires:
97ff71
      platform: [el8]
97ff71
  profiles:
97ff71
    common:
97ff71
      rpms:
97ff71
      - llvm-toolset
97ff71
  api:
97ff71
    rpms:
97ff71
    - clang
97ff71
    - clang-analyzer
97ff71
    - clang-devel
97ff71
    - clang-libs
97ff71
    - clang-tools-extra
97ff71
    - git-clang-format
97ff71
    - lld
97ff71
    - lld-libs
97ff71
    - lldb
97ff71
    - lldb-devel
97ff71
    - llvm
97ff71
    - llvm-devel
97ff71
    - llvm-libs
97ff71
  components:
97ff71
    rpms:
97ff71
      clang:
97ff71
        rationale: clang tools and libraries
97ff71
        ref: 4e0495208f843a286dc0d06d9abdc3433a66983a
97ff71
        buildorder: 1
97ff71
        multilib: [x86_64]
97ff71
      compiler-rt:
97ff71
        rationale: LLVM compiler intrinsic and sanitizer libraries
97ff71
        ref: 534823a42182b3b8dc9d099287c259c35e2cce83
97ff71
        buildorder: 1
97ff71
        multilib: [x86_64]
97ff71
      libomp:
97ff71
        rationale: LLVM OpenMP runtime
97ff71
        ref: 84b4fd4e5e955f96050ca2705c3f21c1fc593cd1
97ff71
        buildorder: 2
97ff71
        multilib: [x86_64]
97ff71
      lld:
97ff71
        rationale: LLVM linker
97ff71
        ref: 39843d9ade5f01e5f2d068549a68e0b7bc5180e3
97ff71
        buildorder: 1
97ff71
        multilib: [x86_64]
97ff71
      lldb:
97ff71
        rationale: lldb debugger
97ff71
        ref: d37987799e9413ac96c59b72cf8e375c5635c8ad
97ff71
        buildorder: 2
97ff71
        multilib: [x86_64]
97ff71
      llvm:
97ff71
        rationale: LLVM tools and libraries
97ff71
        ref: 3f853a2e9c3022c51ff01d893425bd06c0c68305
97ff71
        multilib: [x86_64]
97ff71
      llvm-compat:
97ff71
        ref: b877b92c34d170bb3d9f7fe1815bcff2299feaf3
97ff71
        multilib: [x86_64]
97ff71
      llvm-toolset:
97ff71
        rationale: Meta package for llvm-toolset providing scl enable scripts.
97ff71
        ref: 3bd99e09b995097af6fa40247f50715c70563243
97ff71
        multilib: [x86_64]
97ff71
      python-lit:
97ff71
        rationale: Lit test runner for LLVM
97ff71
        ref: 270f3290bd64142133c18fe41d45aeaf3a6cdac5
97ff71
...
97ff71