Hello, I am trying to build amgx_capi on my system which has CentOS 7.0 and CUDA 6.5. I am getting the following error:
g++ -O2 amgx_capi.o -o amgx_capi -L/usr/local/cuda/lib64 -lcudart -ldl -lcublas -lcusparse …/lib/libamgxsh.so
/usr/bin/ld: warning: libcudart.so.6.0, needed by …/lib/libamgxsh.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libcublas.so.6.0, needed by …/lib/libamgxsh.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libcusparse.so.6.0, needed by …/lib/libamgxsh.so, not found (try using -rpath or -rpath-link)
Looks like libamgxsh.so requites cuda 6.0, but I don’t have it, and I can’t seem to install it on CentOS 7.0, since cuda 6.0 does not seem to be available for it.
Do you happen to have libamgxsh.so built for CUDA 6.5?
Thanks,
Mikhail