Created attachment 174360 [details] ocl-icd.2.2.9.diff the ICD loader ocl-icd has been updated to 2.2.9 and relies on OpenCL API >= 2.0. This patchset reflects the update.
*** Bug 206780 has been marked as a duplicate of this bug. ***
I checked the port/patch/diff in strain with the ongoing work on importing POCL (PR ). The port has been tested within my poudriere environment and builds fine from scratch. Until now, I haven't had the chance to test the port with POCL thoroughly to confirm its correctnes in terms of its functionality. What is needed to confirm here its "ready for implanting' into the ports tree?
Just a few notes, no need to update the patch. You added back ${PORTSDIR} in *_DEPENDS lines this is no longer needed so I removed them. And I replaced The CPPFLAGS/LDFLAGS with USES=localbase. I also added a version to the opencl since it requires opencl >= 2.1 After opencl is updated I will commit this port too.
A commit references this bug: Author: kwm Date: Sat Oct 22 12:02:24 UTC 2016 New revision: 424467 URL: https://svnweb.freebsd.org/changeset/ports/424467 Log: Update ocl-icd to 2.2.9. * Add minimal version to the opencl build dependancy. * Replace CPPFLAGS/LDFLAGS with USES=localbase. PR: 212363 Submitted by: maintainer Changes: head/devel/ocl-icd/Makefile head/devel/ocl-icd/distinfo
Committed thanks!