{ lib , stdenv , fetchFromGitHub , rocmUpdateScript , runCommand , cmake , rocm-cmake , rocrand , hip , openmp , sqlite , python3 , gtest , boost , fftw , fftwFloat , buildTests ? false , buildBenchmarks ? false }: let # This is over 3GB, to allow hydra caching we separate it rf = stdenv.mkDerivation (finalAttrs: { pname = "rocfft"; version = "5.4.3"; outputs = [ "out" ] ++ lib.optionals buildTests [ "test" ] ++ lib.optionals buildBenchmarks [ "benchmark" ]; src = fetchFromGitHub { owner = "ROCmSoftwarePlatform"; repo = "rocFFT"; rev = "rocm-${finalAttrs.version}"; hash = "sha256-FsefE0B2hF5ZcHDB6TscwFeZ1NKFkWX7VDpEvvbDbOk="; }; nativeBuildInputs = [ cmake rocm-cmake hip ]; buildInputs = [ sqlite python3 ] ++ lib.optionals buildTests [ gtest ] ++ lib.optionals (buildTests || buildBenchmarks) [ rocrand boost fftw fftwFloat openmp ]; propogatedBuildInputs = lib.optionals buildTests [ fftw fftwFloat ]; cmakeFlags = [ "-DCMAKE_C_COMPILER=hipcc" "-DCMAKE_CXX_COMPILER=hipcc" "-DUSE_HIP_CLANG=ON" "-DSQLITE_USE_SYSTEM_PACKAGE=ON" # Manually define CMAKE_INSTALL_