Wish this could be posted this in Christian (the developer)'s thread over here:
https://bitcointalk.org/index.php?topic=167229.0 , but this 'll have to do.
Debian Wheezy, up to date, multiarch (!).
After unzipping the source, doing chmod +x autotools.sh configure and running ./configure.sh and make, this happens:
nvcc -g -O2 -arch=compute_10 --maxrregcount=124 --ptxas-options=-v -I./compat/jansson -o salsa_kernel.o -c salsa_kernel.cu
salsa_kernel.cu(273): error: no instance of overloaded function "tex1Dfetch" matches the argument list
argument types are: (texture<ulong2, 1, cudaReadModeElementType>, unsigned int)
There are a few dozen of salsa_kernel.cu(N) errors for tex2D and tex1Dfetch. Then:
82 errors detected in the compilation of "/tmp/tmpxft_00001065_00000000-6_salsa_kernel.cpp1.ii".
make[2]: *** [salsa_kernel.o] Error 2
.. and it quits.