me
/
guix
Archived
1
0
Fork 0

gnu: beignet: Fix build.

* gnu/packages/opencl.scm (beignet)[inputs]: Add ocl-icd.
Tobias Geerinckx-Rice 2023-09-10 02:00:00 +02:00
parent 3341b22f59
commit 1ad4d00a95
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 0 deletions

View File

@ -255,6 +255,7 @@ incorporate inside an OpenCL implementation to give it ICD functionalities.")
("libxext" ,libxext)
("mesa-utils" ,mesa-utils)
("ncurses" ,ncurses)
("ocl-icd" ,ocl-icd)
("opencl-icd-loader" ,opencl-icd-loader)
("opencl-headers" ,opencl-headers)
("xextproto" ,xextproto)