3
0
Fork 0
forked from mirrors/nixpkgs

Making the nvidia installer install the file libcuda.so. 'boinc' wants this file.

svn path=/nixpkgs/trunk/; revision=29711
This commit is contained in:
Lluís Batlle i Rossell 2011-10-07 19:01:09 +00:00
parent 20778d629b
commit c286f9acb6

View file

@ -39,6 +39,7 @@ installPhase() {
ln -snf libnvidia-tls.so.$versionNumber $out/lib/tls/libnvidia-tls.so.1
ln -snf libXvMCNVIDIA.so.$versionNumber $out/lib/libXvMCNVIDIA_dynamic.so.1
ln -snf libcuda.so.$versionNumber $out/lib/libcuda.so.1
ln -snf libcuda.so.1 $out/lib/libcuda.so
ln -snf libvdpau_nvidia.so.$versionNumber $out/lib/libvdpau_nvidia.so
patchelf --set-rpath $out/lib:$glPath $out/lib/libGL.so.*.*