Commit 19cda995 authored by Ran Wang's avatar Ran Wang

Updated Makefile

parent 26149741
......@@ -2,5 +2,6 @@ all:
tar xf cuda-runtime-12.9.tar.xz -C /
install -d /etc/ld.so.conf.d
install -m 0644 cuda-12-9.conf /etc/ld.so.conf.d/cuda-12-9.conf
grep -qxF 'include /etc/ld.so.conf.d/*.conf' /etc/ld.so.conf || printf '\ninclude /etc/ld.so.conf.d/*.conf\n' >> /etc/ld.so.conf
ln -sfn cuda-12.9 /usr/local/cuda
ldconfig
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment