Update yaml

This commit is contained in:
James Antill 2022-08-08 12:39:51 -04:00
commit b06d706cc4
1 changed files with 141 additions and 0 deletions

141
llvm-toolset.yaml Normal file
View File

@ -0,0 +1,141 @@
---
document: modulemd
version: 2
data:
name: llvm-toolset
stream: rhel8
version: 8070020220601141832
context: 3b9f49c4
summary: LLVM
description: >-
LLVM Tools and libraries
license:
module:
- MIT
xmd:
mbs:
buildrequires:
platform:
context: 00000000
filtered_rpms: []
koji_tag: module-centos-8.7.0-build
ref: virtual
stream: el8.7.0
stream_collision_modules:
ursine_rpms:
version: 2
commit: ab55ffece7cdcd885b3d7826d18d0436ad69014a
mse: TRUE
rpms:
clang:
ref: 803c1c0a6c7c832d43c72eb5af0f6f7623000adc
compiler-rt:
ref: 534823a42182b3b8dc9d099287c259c35e2cce83
libomp:
ref: 84b4fd4e5e955f96050ca2705c3f21c1fc593cd1
lld:
ref: 39843d9ade5f01e5f2d068549a68e0b7bc5180e3
lldb:
ref: d37987799e9413ac96c59b72cf8e375c5635c8ad
llvm:
ref: 3f853a2e9c3022c51ff01d893425bd06c0c68305
llvm-compat:
ref: b877b92c34d170bb3d9f7fe1815bcff2299feaf3
llvm-toolset:
ref: 3bd99e09b995097af6fa40247f50715c70563243
python-lit:
ref: 270f3290bd64142133c18fe41d45aeaf3a6cdac5
scmurl: git+https://git.centos.org/modules/llvm-toolset.git?#ab55ffece7cdcd885b3d7826d18d0436ad69014a
dependencies:
- buildrequires:
platform: [el8.7.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
repository: git+https://git.centos.org/rpms/clang
cache: https://git.centos.org/repo/pkgs/clang
ref: 803c1c0a6c7c832d43c72eb5af0f6f7623000adc
buildorder: 1
arches: [aarch64, i686, ppc64le, x86_64]
multilib: [x86_64]
compiler-rt:
rationale: LLVM compiler intrinsic and sanitizer libraries
repository: git+https://git.centos.org/rpms/compiler-rt
cache: https://git.centos.org/repo/pkgs/compiler-rt
ref: 534823a42182b3b8dc9d099287c259c35e2cce83
buildorder: 1
arches: [aarch64, i686, ppc64le, x86_64]
multilib: [x86_64]
libomp:
rationale: LLVM OpenMP runtime
repository: git+https://git.centos.org/rpms/libomp
cache: https://git.centos.org/repo/pkgs/libomp
ref: 84b4fd4e5e955f96050ca2705c3f21c1fc593cd1
buildorder: 2
arches: [aarch64, i686, ppc64le, x86_64]
multilib: [x86_64]
lld:
rationale: LLVM linker
repository: git+https://git.centos.org/rpms/lld
cache: https://git.centos.org/repo/pkgs/lld
ref: 39843d9ade5f01e5f2d068549a68e0b7bc5180e3
buildorder: 1
arches: [aarch64, i686, ppc64le, x86_64]
multilib: [x86_64]
lldb:
rationale: lldb debugger
repository: git+https://git.centos.org/rpms/lldb
cache: https://git.centos.org/repo/pkgs/lldb
ref: d37987799e9413ac96c59b72cf8e375c5635c8ad
buildorder: 2
arches: [aarch64, i686, ppc64le, x86_64]
multilib: [x86_64]
llvm:
rationale: LLVM tools and libraries
repository: git+https://git.centos.org/rpms/llvm
cache: https://git.centos.org/repo/pkgs/llvm
ref: 3f853a2e9c3022c51ff01d893425bd06c0c68305
arches: [aarch64, i686, ppc64le, x86_64]
multilib: [x86_64]
llvm-compat:
repository: git+https://git.centos.org/rpms/llvm-compat
cache: https://git.centos.org/repo/pkgs/llvm-compat
ref: b877b92c34d170bb3d9f7fe1815bcff2299feaf3
arches: [aarch64, i686, ppc64le, x86_64]
multilib: [x86_64]
llvm-toolset:
rationale: Meta package for llvm-toolset providing scl enable scripts.
repository: git+https://git.centos.org/rpms/llvm-toolset
cache: https://git.centos.org/repo/pkgs/llvm-toolset
ref: 3bd99e09b995097af6fa40247f50715c70563243
arches: [aarch64, i686, ppc64le, x86_64]
multilib: [x86_64]
python-lit:
rationale: Lit test runner for LLVM
repository: git+https://git.centos.org/rpms/python-lit
cache: https://git.centos.org/repo/pkgs/python-lit
ref: 270f3290bd64142133c18fe41d45aeaf3a6cdac5
arches: [aarch64, i686, ppc64le, x86_64]
...