summaryrefslogtreecommitdiff
path: root/lang/pocl (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-03-16Switch build to llvm38 to clear the last dependency on llvm37Matthew Rezny1-1/+2
PR: 217462 Approved by: swills (mentor), maintainer (timeout) Differential Revision: https://reviews.freebsd.org/D10034
2017-01-26lang/pocl: Fix PLIST for non-FreeBSD platformsJohn Marino2-1/+2
no-op for FreeBSD, it just removes hardcoding from pkg-plist Approved by: just-fix-it
2017-01-01Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh1-1/+0
Approved by: portmgr (blanket)
2016-11-21Clean up commented lines, replace the custom do-test with TEST_TARGET= checkKoop Mast1-4/+1
Submitted by: mat@
2016-11-21Add pocl.Koop Mast8-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)