aboutsummaryrefslogtreecommitdiff
path: root/lang/pocl
Commit message (Collapse)AuthorAgeFilesLines
* Mark BROKEN: fails to packageAntoine Brodin2017-12-181-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=456680
* Update to 0.14 and switch to llvm40 by defaultMatthew Rezny2017-05-1210-150/+168
| | | | | | | | | | PR: 218332 Reviewed by: jbeich Approved by: swills (mentor), maintainer (timeout) Differential Revision: https://reviews.freebsd.org/D10508 Notes: svn path=/head/; revision=440691
* 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 Notes: svn path=/head/; revision=436289
* 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 Notes: svn path=/head/; revision=432531
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-1/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* Clean up commented lines, replace the custom do-test with TEST_TARGET= checkKoop Mast2016-11-211-4/+1
| | | | | | | Submitted by: mat@ Notes: svn path=/head/; revision=426761
* 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) Notes: svn path=/head/; revision=426722