You are not logged in.
I'm attempting to compile cuda_memtest. Per the README, the make step fails:
$ make
nvcc -c -arch sm_13 -DSM_13 -O3 -I. -I/usr/local/cuda/include -o cuda_memtest.o cuda_memtest.cu
make: nvcc: Command not found
make: *** [cuda_memtest.o] Error 127I'm obviously missing nvcc but am unsure how/if pacman can be used to identify which package would provide it.
Last edited by graysky (2011-08-08 21:29:09)
Offline
I would use pkgfile to do that :
pkgfile -r ".*nvcc.*" (-r for regex)
Last edited by LeCrayonVert (2011-08-08 20:57:00)
I believe in a world I can and do understand. A rational universe, explained through rational means.
Offline
Nice, thanks! The answer is cuda-toolkit in the AUR by the way.
Offline