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? 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 ? 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?? 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? If anyone can answer these questions, I would be happy to update the wiki for OSX 10.7 installation steps. Thank you, Max Becker -- 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
