Added checks to ensure that the versions of clang and libomp match Test no longer requires removing packages to work.
28 lines
696 B
Text
28 lines
696 B
Text
# The point of this test is to ensure that clang/clang-libs demand the correct
|
|
# libomp packages, and is able to use openmp headers and libraries
|
|
summary: test clang can find libomp header and libraries
|
|
test: "$WITH_SCL ./runtest.sh"
|
|
framework: shell
|
|
tier: 1
|
|
component:
|
|
- llvm-toolset
|
|
- clang
|
|
extra-summary: /tools/clang/libomp
|
|
extra-task: /tools/clang/libomp
|
|
extra-nitrate: TC#0614137
|
|
|
|
require:
|
|
- clang
|
|
- clang-libs
|
|
- libomp
|
|
- libomp-devel
|
|
|
|
adjust:
|
|
- because: "libomp is not supported in s390x"
|
|
when: arch == s390x
|
|
enabled: false
|
|
|
|
# Dependencies in rhel-7 are handled differently: there are no recommends,
|
|
# only requires.
|
|
- when: distro <= rhel-7
|
|
enabled: false
|