Readding hipfft

main
Claudius Holeksa 2023-04-21 16:27:16 +02:00
parent 85b2d96d3d
commit d55555d43a
1 changed files with 2 additions and 2 deletions

View File

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