Hi,

I've managed to successfully install PyCUDA and run the test driver.
I also updated the wiki with instructions for OSX 10.7 and CUDA 4.0
If anyone would like to review these and let me know if it works or if
I missed anything, I would be happy to make changes.

Thanks,
Max

On Sun, Jan 22, 2012 at 11:15 PM, Andreas Kloeckner
<[email protected]> wrote:
> 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



-- 
Respectfully,
Massimo 'Max' J. Becker
Computer Scientist / Software Engineer
Commercial Pilot - SEL/MEL
(425)-239-1710

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

Reply via email to