Blob Blame History Raw
# 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