Adding deps for hip

main
Claudius Holeksa 2023-04-20 17:18:44 +02:00
parent 0c7d1f5f3c
commit dfc21a360d
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
, rapidjson
## optional backends
, hipSupport ? false, hip, hipblas, rocthrust
, hipSupport ? false, hip, hipfft, hipsparse, hipblas, rocthrust
, cudaSupport ? false, cudatoolkit
, ompSupport ? false
, mpiSupport ? false
@ -46,7 +46,7 @@ let
rapidjson
]
++ lib.optional cudaSupport cudatoolkit
++ lib.optional hipSupport [ hip hipblas rocthrust ];
++ lib.optional hipSupport [ hip hipfft hipsparse hipblas rocthrust ];
in stdenvNoCC.mkDerivation {
pname = "${basename}";
version = version;