SHA256
1
0
forked from pool/pocl

Accepting request 1032859 from home:dimstar:Factory

- IF clang-devel is >= 15, force dependency to clang14-devel.

OBS-URL: https://build.opensuse.org/request/show/1032859
OBS-URL: https://build.opensuse.org/package/show/science/pocl?expand=0&rev=65
This commit is contained in:
Martin Hauke 2022-11-02 15:09:54 +00:00 committed by Git OBS Bridge
parent 695b557269
commit 8de442f2d5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 2 10:13:14 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- IF clang-devel is >= 15, force dependency to clang14-devel.
-------------------------------------------------------------------
Tue Sep 6 16:34:33 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -31,12 +31,13 @@ URL: http://portablecl.org/
Source0: https://github.com/pocl/pocl/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source99: pocl-rpmlintrc
Patch0: link_against_libclang-cpp_so.patch
BuildRequires: clang-devel >= 6.0.0
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: ninja
BuildRequires: opencl-headers
BuildRequires: pkgconfig
BuildRequires: ((clang-devel >= 6.0.0 with clang-devel < 15) or clang14-devel)
#!BuildIgnore: clang15
BuildRequires: pkgconfig(OpenCL)
BuildRequires: pkgconfig(hwloc)
# PPC has limited support/testing from upstream