Objet : Developers list for StarPU
Archives de la liste
- From: George Russell <george@codeplay.com>
- To: starpu-devel@lists.gforge.inria.fr
- Subject: Re: [Starpu-devel] Building StarPU from SVN on OSX
- Date: Wed, 23 Feb 2011 21:47:13 +0100
- List-archive: <http://lists.gforge.inria.fr/pipermail/starpu-devel>
- List-id: "Developers list. For discussion of new features, code changes, etc." <starpu-devel.lists.gforge.inria.fr>
Hi, as a follow up to this; The autogen.sh script invokes libtool on OSX, but that should (on OSX) be glibtool The OpenCL checks don't work on OSX, for two reasons; the includes are different, and the library linking system is also different. The includes in C code to use OpenCL should be #ifdef __APPLE__ #include <OpenCL/opencl.h> #else #include <CL/cl.h> #endif The command to compile (and link) the code uses OSX's framework switch to gcc e.g. gcc -o foo foo.c -framework OpenCL Knowing that, however, is not much help to me in getting a working configure.ac ;-) Cheers, George On 23/02/2011 17:31, George Russell wrote: 4D653678.7080007@codeplay.com"> Hi, |
- [Starpu-devel] Building StarPU from SVN on OSX, George Russell, 23/02/2011
- Re: [Starpu-devel] Building StarPU from SVN on OSX, George Russell, 23/02/2011
- Re: [Starpu-devel] Building StarPU from SVN on OSX [patch], George Russell, 24/02/2011
- Re: [Starpu-devel] Building StarPU from SVN on OSX [patch], Cédric Augonnet, 24/02/2011
- Re: [Starpu-devel] Building StarPU from SVN on OSX [patch], George Russell, 24/02/2011
- Re: [Starpu-devel] Building StarPU from SVN on OSX, George Russell, 23/02/2011
Archives gérées par MHonArc 2.6.19+.