Merge pull request #83291 from tomberek/tomberek/nvprof-lib
cudatoolkit: install missing libraries for nvprof
This commit is contained in:
commit
7c0afd4364
1 changed files with 2 additions and 1 deletions
|
@ -154,8 +154,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
# Remove OpenCL libraries as they are provided by ocl-icd and driver.
|
||||
rm -f $out/lib64/libOpenCL*
|
||||
${lib.optionalString (lib.versionAtLeast version "10.1") ''
|
||||
${lib.optionalString (lib.versionAtLeast version "10.1" && (lib.versionOlder version "11")) ''
|
||||
mv $out/lib64 $out/lib
|
||||
mv $out/extras/CUPTI/lib64/libcupti* $out/lib
|
||||
''}
|
||||
|
||||
# Set compiler for NVCC.
|
||||
|
|
Loading…
Reference in a new issue