rocmPackages: add git to composable_kernel build
The build still fails, but it fails later.
This commit is contained in:
parent
35c73f24d5
commit
fee0f69855
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
, clr
|
||||
, openmp
|
||||
, clang-tools-extra
|
||||
, git
|
||||
, gtest
|
||||
, buildTests ? false
|
||||
, buildExamples ? false
|
||||
|
@ -33,6 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
git
|
||||
cmake
|
||||
rocm-cmake
|
||||
clr
|
||||
|
|
Loading…
Reference in a new issue