rPackages.OpenCL: fix build (#353790)

This commit is contained in:
Justin Bedő 2024-11-07 07:14:37 +11:00 committed by GitHub
commit 82a336952f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -674,6 +674,7 @@ let
Cairo = [ pkgs.pkg-config ];
CLVTools = [ pkgs.gsl ];
excursions = [ pkgs.gsl ];
OpenCL = with pkgs; [ opencl-clhpp ocl-icd ];
gpuMagic = [ pkgs.ocl-icd ];
JMcmprsk = [ pkgs.gsl ];
KSgeneral = [ pkgs.fftw.dev ];