[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/pocl/pocl.desc [COPY] Copyright (C) 2008 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Portable Computing Language [T] Portable Computing Language (pocl) aims to become a MIT-licensed [T] open source implementation of the OpenCL standard which can be easily [T] adapted for new targets and devices, both for homogeneous CPU and [T] heterogenous GPUs/accelerators. [T] [T] pocl uses Clang as an OpenCL C frontend and LLVM for the kernel [T] compiler implementation, and as a portability layer. Thus, if your [T] desired target has an LLVM backend, it should be able to get OpenCL [T] support easily by using pocl. [U] https://pocl.sourceforge.net/ [U] https://portablecl.org [A] pocl developers [M] Rene Rebe [C] extra/development [E] opt libjpeg [E] opt spirv-llvm-translator spirv-tools [L] MIT [S] Stable [V] 7.0 [P] X -----5---9 109.500 [CV-FLAGS] NO-PREFIX [D] 7cb516b872ab350c33970723d5a50fe37fb3a530f5e65b74f9eaeb31 pocl-v7.0.tar.gz https://github.com/pocl/pocl/archive/v7.0/ pkginstalled opencl-loader || var_append cmakeopt ' ' -DENABLE_ICD=OFF pkginstalled opencl-loader && var_append cmakeopt ' ' "-DENABLE_ICD=ON -DINSTALL_OPENCL_HEADERS=OFF" pkginstalled opencv && var_append GCC_WRAPPER_APPEND ' ' -I$root/$(pkgprefix includedir opencv)/opencv4