rocmPackages.hipsparse: remove unneeded git dependency
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
rocsparse,
|
||||
clr,
|
||||
gfortran,
|
||||
git,
|
||||
gtest,
|
||||
openmp,
|
||||
buildTests ? false,
|
||||
@@ -48,7 +47,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
buildInputs = [
|
||||
rocsparse
|
||||
git
|
||||
]
|
||||
++ lib.optionals (buildTests || buildBenchmarks) [
|
||||
gtest
|
||||
|
||||
Reference in New Issue
Block a user