I think that your boost libraries are not found, as said here : > *** Error occurred in plausibility checking for path of Boost Python library. > *** Error occurred in plausibility checking for path of Boost Thread library.
try to set the names according to what you have in /usr/local/lib Furthermore, you installed boost via yum I suppose and that gave you a horribly old boost distribution (1.33), you should get at least a boost 1.39 if I remember well and thus install it "by hand" as explained in the installing instructions. Before doing that, remove the current boost 1.33 from you system. ++ Peter On 02/12/2010, at 23:05, Vivek Venugopal wrote: > I am trying to install pycuda 0.94.2 on a CentOS 5.5 machine. > > After going through the installation instructions on the pycuda Linux page, > http://wiki.tiker.net/PyCuda/Installation/Linux I see the following errors. > > Any suggestions on what's wrong? > > > [pycuda-0.94.2]$ python configure.py --cuda-root=/usr/local/cuda > --cudadrv-lib-dir=/usr/lib64/nvidia > [pycuda-0.94.2]$ sudo python setup.py install > bpl-subset/bpl_subset /boost/ python .hpp > *** Error occurred in plausibility checking for path of Boost Python library. > *** Error occurred in plausibility checking for path of Boost Thread library. > /usr/local/cuda /bin/ nvcc > /usr/local/cuda/include / cuda .h > /usr/lib64/nvidia / lib cuda .so > /usr/lib64/nvidia / lib cuda .dylib > /usr/lib64/nvidia / lib cuda .lib > /usr/lib64/nvidia / cuda .so > /usr/lib64/nvidia / cuda .dylib > /usr/lib64/nvidia / cuda .lib > *** Cannot find CUDA driver library. Checked locations: > /usr/lib64/nvidia/libcuda.so > /usr/lib64/nvidia/libcuda.dylib > /usr/lib64/nvidia/libcuda.lib > /usr/lib64/nvidia/cuda.so > /usr/lib64/nvidia/cuda.dylib > /usr/lib64/nvidia/cuda.lib > *** Note that this may not be a problem as this component is often installed > system-wide. > running install > install_dir /usr/local/lib/python2.6/site-packages/ > running bdist_egg > running egg_info > writing requirements to pycuda.egg-info/requires.txt > writing pycuda.egg-info/PKG-INFO > writing top-level names to pycuda.egg-info/top_level.txt > writing dependency_links to pycuda.egg-info/dependency_links.txt > reading manifest file 'pycuda.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > writing manifest file 'pycuda.egg-info/SOURCES.txt' > installing library code to build/bdist.linux-x86_64/egg > running install_lib > running build_py > creating build > creating build/lib.linux-x86_64-2.6 > creating build/lib.linux-x86_64-2.6/pycuda > copying pycuda/debug.py -> build/lib.linux-x86_64-2.6/pycuda > copying pycuda/tools.py -> build/lib.linux-x86_64-2.6/pycuda > copying pycuda/cumath.py -> build/lib.linux-x86_64-2.6/pycuda > copying pycuda/__init__.py -> build/lib.linux-x86_64-2.6/pycuda > copying pycuda/autoinit.py -> build/lib.linux-x86_64-2.6/pycuda > copying pycuda/compiler.py -> build/lib.linux-x86_64-2.6/pycuda > copying pycuda/elementwise.py -> build/lib.linux-x86_64-2.6/pycuda > copying pycuda/driver.py -> build/lib.linux-x86_64-2.6/pycuda > copying pycuda/curandom.py -> build/lib.linux-x86_64-2.6/pycuda > copying pycuda/gpuarray.py -> build/lib.linux-x86_64-2.6/pycuda > copying pycuda/reduction.py -> build/lib.linux-x86_64-2.6/pycuda > creating build/lib.linux-x86_64-2.6/pycuda/gl > copying pycuda/gl/__init__.py -> build/lib.linux-x86_64-2.6/pycuda/gl > copying pycuda/gl/autoinit.py -> build/lib.linux-x86_64-2.6/pycuda/gl > creating build/lib.linux-x86_64-2.6/pycuda/sparse > copying pycuda/sparse/pkt_build.py -> build/lib.linux-x86_64-2.6/pycuda/sparse > copying pycuda/sparse/inner.py -> build/lib.linux-x86_64-2.6/pycuda/sparse > copying pycuda/sparse/packeted.py -> build/lib.linux-x86_64-2.6/pycuda/sparse > copying pycuda/sparse/cg.py -> build/lib.linux-x86_64-2.6/pycuda/sparse > copying pycuda/sparse/__init__.py -> build/lib.linux-x86_64-2.6/pycuda/sparse > copying pycuda/sparse/operator.py -> build/lib.linux-x86_64-2.6/pycuda/sparse > copying pycuda/sparse/coordinate.py -> > build/lib.linux-x86_64-2.6/pycuda/sparse > running build_ext > building '_driver' extension > creating build/temp.linux-x86_64-2.6 > creating build/temp.linux-x86_64-2.6/src > creating build/temp.linux-x86_64-2.6/src/cpp > creating build/temp.linux-x86_64-2.6/src/wrapper > creating build/temp.linux-x86_64-2.6/bpl-subset > creating build/temp.linux-x86_64-2.6/bpl-subset/bpl_subset > creating build/temp.linux-x86_64-2.6/bpl-subset/bpl_subset/libs > creating build/temp.linux-x86_64-2.6/bpl-subset/bpl_subset/libs/python > creating build/temp.linux-x86_64-2.6/bpl-subset/bpl_subset/libs/python/src > creating > build/temp.linux-x86_64-2.6/bpl-subset/bpl_subset/libs/python/src/object > creating > build/temp.linux-x86_64-2.6/bpl-subset/bpl_subset/libs/python/src/converter > creating build/temp.linux-x86_64-2.6/bpl-subset/bpl_subset/libs/smart_ptr > creating build/temp.linux-x86_64-2.6/bpl-subset/bpl_subset/libs/smart_ptr/src > creating build/temp.linux-x86_64-2.6/bpl-subset/bpl_subset/libs/thread > creating build/temp.linux-x86_64-2.6/bpl-subset/bpl_subset/libs/thread/src > creating > build/temp.linux-x86_64-2.6/bpl-subset/bpl_subset/libs/thread/src/pthread > gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC > -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset > -I/usr/local/cuda/include > -I/usr/local/lib/python2.6/site-packages/numpy-1.5.1-py2.6-linux-x86_64.egg/numpy/core/include > -I/usr/local/include/python2.6 -c src/cpp/cuda.cpp -o > build/temp.linux-x86_64-2.6/src/cpp/cuda.o -DBOOST_PYTHON_NO_PY_SIGNATURES > gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC > -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset > -I/usr/local/cuda/include > -I/usr/local/lib/python2.6/site-packages/numpy-1.5.1-py2.6-linux-x86_64.egg/numpy/core/include > -I/usr/local/include/python2.6 -c src/cpp/bitlog.cpp -o > build/temp.linux-x86_64-2.6/src/cpp/bitlog.o -DBOOST_PYTHON_NO_PY_SIGNATURES > gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC > -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset > -I/usr/local/cuda/include > -I/usr/local/lib/python2.6/site-packages/numpy-1.5.1-py2.6-linux-x86_64.egg/numpy/core/include > -I/usr/local/include/python2.6 -c src/wrapper/wrap_cudadrv.cpp -o > build/temp.linux-x86_64-2.6/src/wrapper/wrap_cudadrv.o > -DBOOST_PYTHON_NO_PY_SIGNATURES > gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC > -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset > -I/usr/local/cuda/include > -I/usr/local/lib/python2.6/site-packages/numpy-1.5.1-py2.6-linux-x86_64.egg/numpy/core/include > -I/usr/local/include/python2.6 -c src/wrapper/mempool.cpp -o > build/temp.linux-x86_64-2.6/src/wrapper/mempool.o > -DBOOST_PYTHON_NO_PY_SIGNATURES > src/cpp/mempool.hpp: In instantiation of > 'pycuda::memory_pool<<unnamed>::device_allocator>': > src/wrapper/mempool.cpp:85: instantiated from > '<unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator>' > src/cpp/mempool.hpp:284: instantiated from > 'pycuda::pooled_allocation<<unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator> > >' > src/wrapper/mempool.cpp:100: instantiated from here > src/cpp/mempool.hpp:48: warning: 'class > pycuda::memory_pool<<unnamed>::device_allocator>' has virtual functions but > non-virtual destructor > src/wrapper/mempool.cpp: In instantiation of > '<unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator>': > src/cpp/mempool.hpp:284: instantiated from > 'pycuda::pooled_allocation<<unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator> > >' > src/wrapper/mempool.cpp:100: instantiated from here > src/wrapper/mempool.cpp:85: warning: > 'class<unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator>' > has virtual functions but non-virtual destructor > src/cpp/mempool.hpp: In instantiation of > 'pycuda::memory_pool<<unnamed>::host_allocator>': > src/cpp/mempool.hpp:284: instantiated from > 'pycuda::pooled_allocation<pycuda::memory_pool<<unnamed>::host_allocator> >' > src/wrapper/mempool.cpp:138: instantiated from here > src/cpp/mempool.hpp:48: warning: 'class > pycuda::memory_pool<<unnamed>::host_allocator>' has virtual functions but > non-virtual destructor > bpl-subset/bpl_subset/boost/type_traits/is_polymorphic.hpp: In instantiation > of > 'boost::detail::is_polymorphic_imp1<<unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator> > >::d1': > bpl-subset/bpl_subset/boost/type_traits/is_polymorphic.hpp:62: instantiated > from 'const bool > boost::detail::is_polymorphic_imp1<<unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator> > >::value' > bpl-subset/bpl_subset/boost/type_traits/is_polymorphic.hpp:97: instantiated > from 'const bool > boost::detail::is_polymorphic_imp<<unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator> > >::value' > bpl-subset/bpl_subset/boost/type_traits/is_polymorphic.hpp:102: > instantiated from > 'boost::is_polymorphic<<unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator> > >' > bpl-subset/bpl_subset/boost/mpl/if.hpp:67: instantiated from > 'boost::mpl::if_<boost::is_polymorphic<<unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator> > >, > boost::python::objects::polymorphic_id_generator<<unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator> > >, > boost::python::objects::non_polymorphic_id_generator<<unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator> > > >' > bpl-subset/bpl_subset/boost/python/object/inheritance.hpp:65: instantiated > from > 'boost::python::objects::dynamic_id_generator<<unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator> > >' > bpl-subset/bpl_subset/boost/python/object/inheritance.hpp:72: instantiated > from 'void boost::python::objects::register_dynamic_id(T*) [with T = > <unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator>]' > bpl-subset/bpl_subset/boost/python/object/class_metadata.hpp:97: > instantiated from 'void > boost::python::objects::register_shared_ptr_from_python_and_casts(T*, Bases) > [with T = > <unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator>, Bases > = boost::python::bases<mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, > mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, > mpl_::void_>]' > bpl-subset/bpl_subset/boost/python/object/class_metadata.hpp:225: > instantiated from 'static void boost::python::objects::class_metadata<T, X1, > X2, X3>::register_aux2(T2*, Callback) [with T2 = > <unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator>, > Callback = boost::integral_constant<bool, false>, T = > <unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator>, X1 = > boost::noncopyable_::noncopyable, X2 = > boost::shared_ptr<<unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator> > >, X3 = boost::python::detail::not_specified]' > bpl-subset/bpl_subset/boost/python/object/class_metadata.hpp:219: > instantiated from 'static void boost::python::objects::class_metadata<T, X1, > X2, X3>::register_aux(void*) [with T = > <unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator>, X1 = > boost::noncopyable_::noncopyable, X2 = > boost::shared_ptr<<unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator> > >, X3 = boost::python::detail::not_specified]' > bpl-subset/bpl_subset/boost/python/object/class_metadata.hpp:205: > instantiated from 'static void boost::python::objects::class_metadata<T, X1, > X2, X3>::register_() [with T = > <unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator>, X1 = > boost::noncopyable_::noncopyable, X2 = > boost::shared_ptr<<unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator> > >, X3 = boost::python::detail::not_specified]' > bpl-subset/bpl_subset/boost/python/class.hpp:496: instantiated from 'void > boost::python::class_<T, X1, X2, X3>::initialize(const DefVisitor&) [with > DefVisitor = boost::python::init<mpl_::void_, mpl_::void_, mpl_::void_, > mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, > mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, > mpl_::void_>, W = > <unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator>, X1 = > boost::noncopyable_::noncopyable, X2 = > boost::shared_ptr<<unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator> > >, X3 = boost::python::detail::not_specified]' > bpl-subset/bpl_subset/boost/python/class.hpp:629: instantiated from > 'boost::python::class_<T, X1, X2, X3>::class_(const char*, const char*) [with > W = <unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator>, X1 > = boost::noncopyable_::noncopyable, X2 = > boost::shared_ptr<<unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator> > >, X3 = boost::python::detail::not_specified]' > src/wrapper/mempool.cpp:226: instantiated from here > bpl-subset/bpl_subset/boost/type_traits/is_polymorphic.hpp:34: warning: > 'struct > boost::detail::is_polymorphic_imp1<<unnamed>::context_dependent_memory_pool<<unnamed>::device_allocator> > >::d1' has virtual functions but non-virtual destructor > bpl-subset/bpl_subset/boost/type_traits/is_polymorphic.hpp: In instantiation > of > 'boost::detail::is_polymorphic_imp1<pycuda::memory_pool<<unnamed>::host_allocator> > >::d1': > bpl-subset/bpl_subset/boost/type_traits/is_polymorphic.hpp:62: instantiated > from 'const bool > boost::detail::is_polymorphic_imp1<pycuda::memory_pool<<unnamed>::host_allocator> > >::value' > bpl-subset/bpl_subset/boost/type_traits/is_polymorphic.hpp:97: instantiated > from 'const bool > boost::detail::is_polymorphic_imp<pycuda::memory_pool<<unnamed>::host_allocator> > >::value' > bpl-subset/bpl_subset/boost/type_traits/is_polymorphic.hpp:102: > instantiated from > 'boost::is_polymorphic<pycuda::memory_pool<<unnamed>::host_allocator> >' > bpl-subset/bpl_subset/boost/mpl/if.hpp:67: instantiated from > 'boost::mpl::if_<boost::is_polymorphic<pycuda::memory_pool<<unnamed>::host_allocator> > >, > boost::python::objects::polymorphic_id_generator<pycuda::memory_pool<<unnamed>::host_allocator> > >, > boost::python::objects::non_polymorphic_id_generator<pycuda::memory_pool<<unnamed>::host_allocator> > > >' > bpl-subset/bpl_subset/boost/python/object/inheritance.hpp:65: instantiated > from > 'boost::python::objects::dynamic_id_generator<pycuda::memory_pool<<unnamed>::host_allocator> > >' > bpl-subset/bpl_subset/boost/python/object/inheritance.hpp:72: instantiated > from 'void boost::python::objects::register_dynamic_id(T*) [with T = > pycuda::memory_pool<<unnamed>::host_allocator>]' > bpl-subset/bpl_subset/boost/python/object/class_metadata.hpp:97: > instantiated from 'void > boost::python::objects::register_shared_ptr_from_python_and_casts(T*, Bases) > [with T = pycuda::memory_pool<<unnamed>::host_allocator>, Bases = > boost::python::bases<mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, > mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, > mpl_::void_>]' > bpl-subset/bpl_subset/boost/python/object/class_metadata.hpp:225: > instantiated from 'static void boost::python::objects::class_metadata<T, X1, > X2, X3>::register_aux2(T2*, Callback) [with T2 = > pycuda::memory_pool<<unnamed>::host_allocator>, Callback = > boost::integral_constant<bool, false>, T = > pycuda::memory_pool<<unnamed>::host_allocator>, X1 = > boost::noncopyable_::noncopyable, X2 = > boost::shared_ptr<pycuda::memory_pool<<unnamed>::host_allocator> >, X3 = > boost::python::detail::not_specified]' > bpl-subset/bpl_subset/boost/python/object/class_metadata.hpp:219: > instantiated from 'static void boost::python::objects::class_metadata<T, X1, > X2, X3>::register_aux(void*) [with T = > pycuda::memory_pool<<unnamed>::host_allocator>, X1 = > boost::noncopyable_::noncopyable, X2 = > boost::shared_ptr<pycuda::memory_pool<<unnamed>::host_allocator> >, X3 = > boost::python::detail::not_specified]' > bpl-subset/bpl_subset/boost/python/object/class_metadata.hpp:205: > instantiated from 'static void boost::python::objects::class_metadata<T, X1, > X2, X3>::register_() [with T = > pycuda::memory_pool<<unnamed>::host_allocator>, X1 = > boost::noncopyable_::noncopyable, X2 = > boost::shared_ptr<pycuda::memory_pool<<unnamed>::host_allocator> >, X3 = > boost::python::detail::not_specified]' > bpl-subset/bpl_subset/boost/python/class.hpp:496: instantiated from 'void > boost::python::class_<T, X1, X2, X3>::initialize(const DefVisitor&) [with > DefVisitor = > boost::python::init_base<boost::python::init<boost::python::optional<const<unnamed>::host_allocator&, > mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, > mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, > mpl_::void_, mpl_::void_, mpl_::void_>, mpl_::void_, mpl_::void_, > mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, > mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_> > >, W = pycuda::memory_pool<<unnamed>::host_allocator>, X1 = > boost::noncopyable_::noncopyable, X2 = > boost::shared_ptr<pycuda::memory_pool<<unnamed>::host_allocator> >, X3 = > boost::python::detail::not_specified]' > bpl-subset/bpl_subset/boost/python/class.hpp:208: instantiated from > 'boost::python::class_<T, X1, X2, X3>::class_(const char*, const > boost::python::init_base<DerivedT>&) [with DerivedT = > boost::python::init<boost::python::optional<const<unnamed>::host_allocator&, > mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, > mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, > mpl_::void_, mpl_::void_>, mpl_::void_, mpl_::void_, mpl_::void_, > mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, > mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_, mpl_::void_>, W = > pycuda::memory_pool<<unnamed>::host_allocator>, X1 = > boost::noncopyable_::noncopyable, X2 = > boost::shared_ptr<pycuda::memory_pool<<unnamed>::host_allocator> >, X3 = > boost::python::detail::not_specified]' > src/wrapper/mempool.cpp:249: instantiated from here > bpl-subset/bpl_subset/boost/type_traits/is_polymorphic.hpp:34: warning: > 'struct > boost::detail::is_polymorphic_imp1<pycuda::memory_pool<<unnamed>::host_allocator> > >::d1' has virtual functions but non-virtual destructor > bpl-subset/bpl_subset/boost/type_traits/detail/cv_traits_impl.hpp: In > instantiation of 'const bool > boost::detail::cv_traits_imp<<unnamed>::pooled_host_allocation*>::is_volatile': > bpl-subset/bpl_subset/boost/type_traits/is_volatile.hpp:52: instantiated > from 'boost::is_volatile<<unnamed>::pooled_host_allocation>' > bpl-subset/bpl_subset/boost/type_traits/remove_const.hpp:54: instantiated > from 'boost::detail::remove_const_impl<<unnamed>::pooled_host_allocation>' > bpl-subset/bpl_subset/boost/type_traits/remove_const.hpp:61: instantiated > from 'boost::remove_const<<unnamed>::pooled_host_allocation>' > bpl-subset/bpl_subset/boost/python/object/pointer_holder.hpp:127: > instantiated from 'void* boost::python::objects::pointer_holder<Pointer, > Value>::holds(boost::python::type_info, bool) [with Pointer = > std::auto_ptr<<unnamed>::pooled_host_allocation>, Value = > <unnamed>::pooled_host_allocation]' > src/wrapper/mempool.cpp:278: instantiated from here > bpl-subset/bpl_subset/boost/type_traits/detail/cv_traits_impl.hpp:38: > internal compiler error: in make_rtl_for_nonlocal_decl, at cp/decl.c:5067 > Please submit a full bug report, > with preprocessed source if appropriate. > See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. > Preprocessed source stored into /tmp/cc6StX8O.out file, please attach this to > your bugreport. > error: command 'gcc' failed with exit status 1 > > [pycuda-0.94.2]$ cat siteconf.py > BOOST_INC_DIR = ['/usr/include'] > BOOST_LIB_DIR = ['/usr/local/lib'] > BOOST_COMPILER = 'gcc41' > USE_SHIPPED_BOOST = True > BOOST_PYTHON_LIBNAME = ['boost_python-gcc41-mt'] > BOOST_THREAD_LIBNAME = ['boost_thread-gcc41-mt'] > CUDA_TRACE = False > CUDA_ROOT = '/usr/local/cuda' > CUDA_ENABLE_GL = False > CUDADRV_LIB_DIR = ['/usr/lib64/nvidia'] > CUDADRV_LIBNAME = ['cuda'] > CXXFLAGS = ['-DBOOST_PYTHON_NO_PY_SIGNATURES'] > LDFLAGS = [] > > version of boost: > Name : boost > Arch : x86_64 > Version : 1.33.1 > Release : 10.el5 > Size : 2.5 M > Repo : installed > > version of numpy: > Installed Packages > Name : numpy > Arch : x86_64 > Version : 1.2.1 > Release : 2.el5 > Size : 9.6 M > Repo : installed > Summary : A fast multidimensional array facility for Python > URL : http://numeric.scipy.org/ > License : BSD > Repo : installed > > version of python: > Installed Packages > Name : python26 > Arch : x86_64 > Version : 2.6.5 > Release : 5.el5 > Size : 25 M > Repo : installed > _______________________________________________ > PyCUDA mailing list > [email protected] > http://lists.tiker.net/listinfo/pycuda Peter Schmidtke ----------------- PhD Student Department of Physical Chemistry School of Pharmacy University of Barcelona Barcelona, Spain
_______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
