On Sun, 22 Jan 2012 22:48:17 -0800, Massimo Becker <[email protected]> wrote:
> Hi,
> 
> I am trying to use PyCUDA on OSX 10.7. I have read the installation
> information on the wiki but I am a bit confused and any help with this
> is greatly appreciated.
> 
> The documentation states that after version 0.94 the Boost C++
> libraries are no longer needed. Does this mean that the Boost.Python
> libraries are no longer needed as well?

Yes, no need for any of that.

> Under step 3: Build PyCUDA, the config file has the following lines
> for snow leopard. Can these be used with 10.7 lion by changing lines
> 10 and 11 to reflect /Developer/SDKs/MacOSX10.6.sdk ?

I believe so, but 10.6 should work also on 10.7.

>   7 CXXFLAGS = ["-arch", "x86_64", "-arch", "i386"]
>   8 LDFLAGS = ["-arch", "x86_64", "-arch", "i386"]
>   9
> 10 CXXFLAGS.extend(['-isysroot', '/Developer/SDKs/MacOSX10.6.sdk'])
> 11 LDFLAGS.extend(['-isysroot', '/Developer/SDKs/MacOSX10.6.sdk'])
> 
> OS X 10.7 ships with Python 2.7.1. Will this version work with the
> dependencies that are listed and PyCUDA??

Sure.

> OS X 10.7 is using the follow compiler for gcc. (this is the output
> when I type gcc)
> i686-apple-darwin11-llvm-gcc-4.2
> Is gcc needed for installation and if so will this compiler work?

I think that's fine.

Can you please update the wiki when you're done building?

Thanks,
Andreas

Attachment: pgpeEk9VBOjOG.pgp
Description: PGP signature

_______________________________________________
PyCUDA mailing list
[email protected]
http://lists.tiker.net/listinfo/pycuda

Reply via email to