>> Here is error message during pycuda attempt: >> >> radek@black:~/pycuda-2015.1.3$ python setup.py build >> running build >> running build_py >> running build_ext >> building '_driver' extension >> x86_64-linux-gnu-gcc -pthread -fwrapv -Wall -O3 -DNDEBUG >> -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong >> -Wformat -Werror=format-security -fPIC -DPYGPU_PYCUDA=1 >> -DPYGPU_PACKAGE=pycuda -DHAVE_CURAND=1 -Isrc/cpp >> -I/usr/local/cuda-7.5/include >> -I/usr/lib/python2.7/dist-packages/numpy/core/include >> -I/usr/include/python2.7 -c src/cpp/cuda.cpp -o >> build/temp.linux-x86_64-2.7/src/cpp/cuda.o >> In file included from src/cpp/cuda.cpp:1:0: >> src/cpp/cuda.hpp:30:32: fatal error: boost/shared_ptr.hpp: No such file >> or directory >> compilation terminated. >> error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
> You don't need boost installed to install PyCUDA. (Unless you switch off > the default-on option 'USE_SHIPPED_BOOST"--see 'siteconf.py') I didn't change (as you can see quotted above) this option and yet pycuda build complains about boost not present. In fact no matter if you use or not the option, build fails No matter if you use python setup.py build or configure.py/make -> both complain about boost not present because strictly speaking there are includes of boost code in pycuda, which are all the time present no matter what compile/build option. What is proper way to build and install pycuda without boost? -- r _______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
