Check out virtualenv. Andreas
PS: *Please* try to keep the replies on-list. Thanks. On Freitag 13 November 2009, you wrote: > Hi Andreas, > > Thanks for your help. It worked well. But another problem occurred when I > do "make install" as follows. > > ctags -R src || true > /usr/bin/python setup.py install > Extracting in /tmp/tmpKkbJcX > Now working in /tmp/tmpKkbJcX/distribute-0.6.4 > Building a Distribute egg in /home/jrhee/pycuda > /home/jrhee/pycuda/setuptools-0.6c9-py2.6.egg-info already exists > /home/jrhee/pool/include/boost-1_36 /boost/ python .hpp > *** Cannot find Boost headers. Checked locations: > /home/jrhee/pool/include/boost-1_36/boost/python.hpp > /home/jrhee/pool/lib / lib boost_python .so > /home/jrhee/pool/lib / lib boost_python .dylib > /home/jrhee/pool/lib / lib boost_python .lib > /home/jrhee/pool/lib / boost_python .so > /home/jrhee/pool/lib / boost_python .dylib > /home/jrhee/pool/lib / boost_python .lib > *** Cannot find Boost Python library. Checked locations: > /home/jrhee/pool/lib/libboost_python.so > /home/jrhee/pool/lib/libboost_python.dylib > /home/jrhee/pool/lib/libboost_python.lib > /home/jrhee/pool/lib/boost_python.so > /home/jrhee/pool/lib/boost_python.dylib > /home/jrhee/pool/lib/boost_python.lib > /home/jrhee/pool/lib / lib boost_thread .so > /home/jrhee/pool/lib / lib boost_thread .dylib > /home/jrhee/pool/lib / lib boost_thread .lib > /usr/local/cuda /bin/ nvcc > /usr/local/cuda/include / cuda .h > /usr/local/cuda/lib / lib cuda .so > /usr/local/cuda/lib / lib cuda .dylib > /usr/local/cuda/lib / lib cuda .lib > /usr/local/cuda/lib / cuda .so > /usr/local/cuda/lib / cuda .dylib > /usr/local/cuda/lib / cuda .lib > /usr/local/cuda/lib / cuda .so > /usr/local/cuda/lib / cuda .dylib > /usr/local/cuda/lib / cuda .lib > /usr/local/cuda/lib / cuda .so > /usr/local/cuda/lib / cuda .dylib > /usr/local/cuda/lib / cuda .lib > *** Cannot find CUDA driver library. Checked locations: > /usr/local/cuda/lib/libcuda.so > /usr/local/cuda/lib/libcuda.dylib > /usr/local/cuda/lib/libcuda.lib > /usr/local/cuda/lib/cuda.so > /usr/local/cuda/lib/cuda.dylib > /usr/local/cuda/lib/cuda.lib > /usr/local/cuda/lib/cuda.so > /usr/local/cuda/lib/cuda.dylib > /usr/local/cuda/lib/cuda.lib > /usr/local/cuda/lib/cuda.so > /usr/local/cuda/lib/cuda.dylib > /usr/local/cuda/lib/cuda.lib > *** Note that this may not be a problem as this component is often > installed system-wide. > running install > Checking .pth file support in /usr/local/lib64/python2.6/site-packages/ > error: can't create or remove files in install directory > > The following error occurred while trying to add or remove files in the > installation directory: > > [Errno 2] No such file or directory: > '/usr/local/lib64/python2.6/site-packages/test-easy-install-24814.pth' > > The installation directory you specified (via --install-dir, --prefix, or > the distutils default setting) was: > > /usr/local/lib64/python2.6/site-packages/ > > This directory does not currently exist. Please create it and try again, > or choose a different installation directory (using the -d or > --install-dir option). > > make: *** [install] Error 1 > > > Jong > > On Sat, Nov 14, 2009 at 12:51 PM, Andreas Klöckner > > <[email protected]>wrote: > > On Freitag 13 November 2009, Jonghwan Rhee wrote: > > > Hi Andreas, > > > > > > Its version is boost 1.36 and it was installed at /usr/include/boost/ > > > by YaST package repositories. > > > > According to http://packages.opensuse-community.org, it appears that > > opensuse > > uses non-standard names for the Boost libraries. Stick > > > > BOOST_PYTHON_LIBNAME="boost_python" > > BOOST_THREAD_LIBNAME="boost_thread" > > > > into your siteconf.py. That should get you a step further. > > > > HTH, > > Andreas > > > > PS: Please take care to keep replies on the mailing list. > > > > _______________________________________________ > > PyCUDA mailing list > > [email protected] > > http://tiker.net/mailman/listinfo/pycuda_tiker.net >
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PyCUDA mailing list [email protected] http://tiker.net/mailman/listinfo/pycuda_tiker.net
