Skip to content

Commit

Permalink
Merge pull request NixOS#282170 from jmbaur/rm-nsight-cuda-10
Browse files Browse the repository at this point in the history
cudaPackages: remove nsight-systems from cuda 10
  • Loading branch information
Connor Baker authored Apr 10, 2024
2 parents 0a57592 + ebf1855 commit c463436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/cuda-modules/cudatoolkit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c463436

Please sign in to comment.