Accepting request 1124266 from home:dimstar:Factory

- BuildRequire clang16-devel whenever clang-devel is not in the
  range >= 6 < 17.

OBS-URL: https://build.opensuse.org/request/show/1124266
OBS-URL: https://build.opensuse.org/package/show/science/pocl?expand=0&rev=73
This commit is contained in:
Martin Hauke 2023-11-16 14:31:44 +00:00 committed by Git OBS Bridge
parent 9b3a47b82b
commit 78ef10c839
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 8 16:12:20 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire clang16-devel whenever clang-devel is not in the
range >= 6 < 17.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat May 13 05:43:35 UTC 2023 - Carsten Ziepke <kieltux@gmail.com> Sat May 13 05:43:35 UTC 2023 - Carsten Ziepke <kieltux@gmail.com>

View File

@ -34,13 +34,13 @@ Patch0: link_against_libclang-cpp_so.patch
# https://github.com/pocl/pocl/commit/20d1bfa9bfd301964f7b2fc6d7f4589dd04e1b5c # https://github.com/pocl/pocl/commit/20d1bfa9bfd301964f7b2fc6d7f4589dd04e1b5c
# https://github.com/pocl/pocl/commit/bf50f0052e4248cd1acfaaa8da95c5e4ca52f815 # https://github.com/pocl/pocl/commit/bf50f0052e4248cd1acfaaa8da95c5e4ca52f815
Patch1: pocl-llvm16.patch Patch1: pocl-llvm16.patch
BuildRequires: (clang-devel >= 6.0.0 with clang-devel < 17)
BuildRequires: cmake BuildRequires: cmake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: ninja BuildRequires: ninja
BuildRequires: ocl-icd-devel BuildRequires: ocl-icd-devel
BuildRequires: opencl-headers BuildRequires: opencl-headers
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: ((clang-devel >= 6.0.0 with clang-devel < 17) or clang16-devel)
BuildRequires: pkgconfig(hwloc) BuildRequires: pkgconfig(hwloc)
# PPC has limited support/testing from upstream # PPC has limited support/testing from upstream
# s390(x) is also not supported, so use ExclusiveArch # s390(x) is also not supported, so use ExclusiveArch