| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
PR: 217462
Approved by: swills (mentor), maintainer (timeout)
Differential Revision: https://reviews.freebsd.org/D10034
|
|
|
|
|
|
| |
no-op for FreeBSD, it just removes hardcoding from pkg-plist
Approved by: just-fix-it
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Submitted by: mat@
|
|
Portable OpenCL aims to be an efficient open source (MIT-licensed)
implementation of the OpenCL 1.2 standard. pocl uses Clang as an
OpenCL C frontend and LLVM for the kernel compiler implementation,
and as a portability layer. Thus, if your desired target has an LLVM
backend, it should be able to get OpenCL support easily by using pocl.
PR: 171914
Submitted by: O.Hartmann <ohartmann@walstatt.org> (based on)
|