mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
gromacs: fix CUDA build
This commit is contained in:
parent
687d63ca26
commit
eb93eb95ac
@ -75,6 +75,7 @@ in stdenv.mkDerivation rec {
|
||||
lapack
|
||||
] ++ lib.optional enableMpi mpi
|
||||
++ lib.optionals enableCuda [
|
||||
cudaPackages.cuda_cccl
|
||||
cudaPackages.cuda_cudart
|
||||
cudaPackages.libcufft
|
||||
cudaPackages.cuda_profiler_api
|
||||
|
Loading…
Reference in New Issue
Block a user