Skip to content

Commit

Permalink
rocm-thunk: hack-fix failing to find libgcc_s.so
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Apr 12, 2023
1 parent cdefbd2 commit d0bb9ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/rocm-thunk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
, libdrm
, numactl
, valgrind
, gcc
}:

stdenv.mkDerivation (finalAttrs: {
Expand All @@ -31,6 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
libdrm
numactl
valgrind
gcc.cc.libgcc # TODO: unhack this?
];

cmakeFlags = [
Expand Down

1 comment on commit d0bb9ed

@wegank
Copy link
Member

@wegank wegank commented on d0bb9ed Apr 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👀

Please sign in to comment.