Skip to content

Commit

Permalink
cudaPackages.cudatoolkit: hotfix the libstdc++ mismatch caused by cud…
Browse files Browse the repository at this point in the history
…atoolkit-vendored copy of the library
  • Loading branch information
SomeoneSerge committed Apr 4, 2023
1 parent 87c87cd commit 22a779a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/compilers/cudatoolkit/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ backendStdenv.mkDerivation rec {
mv pkg/builds/nsight_systems/target-linux-x64 $out/target-linux-x64
mv pkg/builds/nsight_systems/host-linux-x64 $out/host-linux-x64
rm $out/host-linux-x64/libstdc++.so*
''}
rm -f $out/tools/CUDA_Occupancy_Calculator.xls # FIXME: why?
Expand Down

0 comments on commit 22a779a

Please sign in to comment.