summaryrefslogtreecommitdiff
path: root/lang/pocl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch build to llvm38 to clear the last dependency on llvm37Matthew Rezny2017-03-161-1/+2
| | | | | | PR: 217462 Approved by: swills (mentor), maintainer (timeout) Differential Revision: https://reviews.freebsd.org/D10034
* lang/pocl: Fix PLIST for non-FreeBSD platformsJohn Marino2017-01-262-1/+2
| | | | | | no-op for FreeBSD, it just removes hardcoding from pkg-plist Approved by: just-fix-it
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-1/+0
| | | | Approved by: portmgr (blanket)
* Clean up commented lines, replace the custom do-test with TEST_TARGET= checkKoop Mast2016-11-211-4/+1
| | | | Submitted by: mat@
* Add pocl.Koop Mast2016-11-218-0/+267
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)