15 lines
319 B
Plaintext
15 lines
319 B
Plaintext
summary: rhbz-482491
|
|
test: "$WITH_SCL ./test.sh"
|
|
require:
|
|
- libgcc
|
|
adjust:
|
|
# Common requirements when LLVM is not SCL-ized
|
|
- require+:
|
|
- clang
|
|
when: "collection is not defined"
|
|
|
|
# Requirements for SCL-ized LLVM
|
|
- require+:
|
|
- llvm-toolset-13.0-clang
|
|
when: "collection == llvm-toolset-13.0"
|