Re: [Piglit] [PATCH] Fix discovery of OpenCL framework on MacOS.

2012-11-14 Thread tom
On 2012-11-14 02:41, Aaron Watry wrote: Tested on Mac OS 10.7 --- Reviewed-by: Tom Stellard thomas.stell...@amd.com cmake/Modules/FindOpenCL.cmake |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/cmake/Modules/FindOpenCL.cmake

Re: [Piglit] [PATCH] Fix discovery of OpenCL framework on MacOS.

2012-11-14 Thread Aaron Watry
Would someone mind pushing this for me (as well as [1] from Nov 1)? I've just applied for a fd.o account and piglit commit access, but until this (hopefully) gets approved I'll need a little help. [1] - http://lists.freedesktop.org/archives/piglit/2012-November/003641.html --Aaron Watry On Wed,

[Piglit] [PATCH] Fix discovery of OpenCL framework on MacOS.

2012-11-13 Thread Aaron Watry
Tested on Mac OS 10.7 --- cmake/Modules/FindOpenCL.cmake |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/cmake/Modules/FindOpenCL.cmake b/cmake/Modules/FindOpenCL.cmake index 52aa8bd..cc66714 100644 --- a/cmake/Modules/FindOpenCL.cmake +++