Added missing dependencies

main
Claudius Holeksa 2023-03-11 21:42:53 +01:00
parent 7a8e1a753e
commit 6b60e8fb25
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ in
extraBuildInputs = [
pkgs.hip
pkgs.rocthrust
pkgs.hipblas
pkgs.hipsparse
pkgs.rocrand
];
};
omp = pkgs.callPackage ./derivation.nix {