Merge pull request #282170 from jmbaur/rm-nsight-cuda-10

cudaPackages: remove nsight-systems from cuda 10
This commit is contained in:
Connor Baker 2024-04-10 14:24:41 -04:00 committed by GitHub
commit c46343615d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ backendStdenv.mkDerivation rec {
${lib.optionalString (lib.versionAtLeast version "10.1" && lib.versionOlder version "11") ''
cd pkg/builds/cuda-toolkit
mv * $out/
rm -f $out/nsight-systems-*/host-linux-x64/libstdc++.so*
''}
${lib.optionalString (lib.versionAtLeast version "11") ''
mkdir -p $out/bin $out/lib64 $out/include $doc