From a4a108c0abbdadb1f57eeea5fe1794fe3dd8e12a Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: Jul 10 2020 17:38:35 +0000 Subject: Sync with c8-stream-rhel8 --- diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt index 0028c30..6c7113c 100644 --- a/SOURCES/modulemd.src.txt +++ b/SOURCES/modulemd.src.txt @@ -1,6 +1,8 @@ document: modulemd version: 2 data: + name: llvm-toolset + stream: rhel8 summary: LLVM description: LLVM Tools and libraries license: @@ -34,39 +36,39 @@ data: llvm-toolset: rationale: Meta package for llvm-toolset providing scl enable scripts. multilib: [x86_64] - ref: stream-rhel-8 + ref: stream-rhel-8-rhel-8.2.0 buildorder: 0 python-lit: rationale: Lit test runner for LLVM - ref: stream-rhel-8 + ref: stream-rhel-8-rhel-8.2.0 buildorder: 0 libomp: rationale: LLVM OpenMP runtime multilib: [x86_64] - ref: stream-rhel-8 + ref: stream-rhel-8-rhel-8.2.0 buildorder: 0 llvm: rationale: LLVM tools and libraries multilib: [x86_64] - ref: stream-rhel-8 + ref: stream-rhel-8-rhel-8.2.0 buildorder: 0 compiler-rt: rationale: LLVM compiler intrinsic and sanitizer libraries multilib: [x86_64] - ref: stream-rhel-8 + ref: stream-rhel-8-rhel-8.2.0 buildorder: 1 lld: rationale: LLVM linker multilib: [x86_64] - ref: stream-rhel-8 + ref: stream-rhel-8-rhel-8.2.0 buildorder: 1 clang: rationale: clang tools and libraries multilib: [x86_64] - ref: stream-rhel-8 - buildorder: 2 + ref: stream-rhel-8-rhel-8.2.0 + buildorder: 1 lldb: rationale: lldb debugger multilib: [x86_64] - ref: stream-rhel-8 - buildorder: 3 + ref: stream-rhel-8-rhel-8.2.0 + buildorder: 2 diff --git a/llvm-toolset.yaml b/llvm-toolset.yaml index 311733c..2c3bc3c 100644 --- a/llvm-toolset.yaml +++ b/llvm-toolset.yaml @@ -1,18 +1,20 @@ +--- document: modulemd version: 2 data: + name: llvm-toolset + stream: rhel8 summary: LLVM - description: LLVM Tools and libraries + description: >- + LLVM Tools and libraries license: module: - MIT dependencies: - buildrequires: - platform: - - el8.0.0 + platform: [el8.2.0] requires: - platform: - - el8 + platform: [el8] profiles: common: rpms: @@ -21,64 +23,53 @@ data: rpms: - clang - clang-analyzer - - clang-libs - clang-devel + - clang-libs - clang-tools-extra - git-clang-format + - lld + - lld-libs - lldb - lldb-devel - llvm - llvm-devel - llvm-libs - - lld - - lld-libs components: rpms: - llvm-toolset: - rationale: Meta package for llvm-toolset providing scl enable scripts. - multilib: - - x86_64 - ref: b239b62764b7a865391517892f84b8073efe7f60 - buildorder: 0 - python-lit: - rationale: Lit test runner for LLVM - ref: ec96cb788140ead77ef1186c4ce61c32700c3b2b - buildorder: 0 - libomp: - rationale: LLVM OpenMP runtime - multilib: - - x86_64 - ref: d97994b1566c6704e2735b14836f92e7eeff81fc - buildorder: 0 - llvm: - rationale: LLVM tools and libraries - multilib: - - x86_64 - ref: 7f15179b022d087d33e9eb7c6e133ceeb39c7379 - buildorder: 0 + clang: + rationale: clang tools and libraries + ref: b6490f0a0f49224c36a153c514f9d0d802bbe5e9 + buildorder: 1 + multilib: [x86_64] compiler-rt: rationale: LLVM compiler intrinsic and sanitizer libraries - multilib: - - x86_64 - ref: 212512536d2da30016ca2b336c87b82237928bc4 + ref: 26d72b91d355728a879462dff5973313dc332d60 buildorder: 1 + multilib: [x86_64] + libomp: + rationale: LLVM OpenMP runtime + ref: afb2a65dcdc4ce04c2f81ae9f1d2b49dfbe6a4ab + multilib: [x86_64] lld: rationale: LLVM linker - multilib: - - x86_64 - ref: 5c5ff4a13785881a408cb8faada6449bbf6209a5 + ref: f79958d00446cc8070d2f04526faa435fd2734e9 buildorder: 1 - clang: - rationale: clang tools and libraries - multilib: - - x86_64 - ref: 572d10b56878537273345c054e87eecb907f3704 - buildorder: 2 + multilib: [x86_64] lldb: rationale: lldb debugger - multilib: - - x86_64 - ref: 056a812f1645a996b3a3892ff9477cc7df9847a2 - buildorder: 3 - name: llvm-toolset - stream: rhel8 + ref: 98e1e94fad783aec0be435746287392e2979730e + buildorder: 2 + multilib: [x86_64] + llvm: + rationale: LLVM tools and libraries + ref: 4fb9794589700922c832d2337f01c04bec684b2f + 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 +... +