[email protected] writes: >>> 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
Well, if you look in bpl-subset/bpl_subset, there should be all the pieces of boost there that you need to build. If you're missing those files, then that's a problem (and could cause the issue you're seeing). If you got your source using git, did you git submodule update --init ? Andreas _______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
