Hello , 

I have done a format and passed Sabayon linux.
When i try to install pycuda  (su -c "make install") it shows me the errors:

ctags -R src || true
/usr/bin/python2.7 setup.py install
*** WARNING: nvcc not in path.
.............................
In file included from src/cpp/cuda.cpp:1:0:
src/cpp/cuda.hpp:12:18: fatal error: cuda.h:No such file or directory.

error: command 'x86_64-pc-linux-gnu-g++' failed with exit status 1
make: *** [install] Error 1


My .bashrc file has :

# Put your fun stuff here.
export PATH=/usr/local/cuda/bin:$PATH 
export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH 
export LD_LIBRARY_PATH=/usr/local/cuda/lib:$LD_LIBRARY_PATH 
export PATH=~/bin:$PATH
export CUDA_ROOT=/usr/local/cuda/bin
 
I also added in /etc/ld.so.conf : 

/usr/local/cuda/lib64
/usr/local/cuda/lib

The installation of cuda-toolkit4.2.9 was successful.The same with the sdk.

Can someone tell please what can i do now??

Thank you!



--
View this message in context: 
http://pycuda.2962900.n2.nabble.com/nvcc-not-in-path-tp7574709.html
Sent from the PyCuda mailing list archive at Nabble.com.

_______________________________________________
PyCUDA mailing list
PyCUDA@tiker.net
http://lists.tiker.net/listinfo/pycuda

Reply via email to