Re: [PyCUDA] BOOST dependency needed or not?

2016-02-09 Thread radek
On Mon, Feb 08, 2016 at 07:23:29PM -0600, Andreas Kloeckner wrote: > >>> -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

Re: [PyCUDA] BOOST dependency needed or not?

2016-02-08 Thread radek
>> 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

Re: [PyCUDA] BOOST dependency needed or not?

2016-02-08 Thread Andreas Kloeckner
ra...@blue.alter.pl 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 >>>

[PyCUDA] BOOST dependency needed or not?

2016-02-07 Thread radek
Hi, I've read on https://wiki.tiker.net/PyCuda/Installation/Linux that "Boost C++ libraries are no longer a dependency of PyCUDA." Also on Mac installation wiki it's written that you do not need boost for pycuda. Yet I'm unable to install pycuda WITHOUT boost on my system, is it possible? How?