diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2021-08-11 10:17:25 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2021-08-27 20:50:56 +0200 |
commit | 4d1157fca7627c11672df0cd80fae4f4d27e2185 (patch) | |
tree | 07509f31fbc9046a9d7b0156a158dd42fafed188 /gnu/packages/games.scm | |
parent | 2c6c1f8d91cbe6fc43162f1ca8f5e4cfc8bd07e7 (diff) | |
download | guix-4d1157fca7627c11672df0cd80fae4f4d27e2185.tar guix-4d1157fca7627c11672df0cd80fae4f4d27e2185.tar.gz |
gnu: ocl-icd: Replace with opencl-icd-loader.
ocl-icd’s project page is dead and the source code is unavailable.
* gnu/packages/opencl.scm (ocl-icd): Alias to opencl-icd-loader.
(clinfo)[inputs]: Use opencl-icd-loader.
(beignet)[inputs]: Dito.
(pocl)[inputs]: Dito.
(python-pyopencl)[inputs]: Dito.
* gnu/packages/games.scm (leela-zero)[inputs]: Dito.
* gnu/packages/photo.scm (darktable)[inputs]: Dito.
* gnu/packages/rocm.scm (rocm-opencl-runtime)[inputs]: Dito.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index dd67931110..07a61f2c0b 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -10031,7 +10031,7 @@ remake of that series or any other game.") `(("googletest" ,googletest))) (inputs `(("boost" ,boost) - ("ocl-icd" ,ocl-icd) + ("opencl-icd-loader" ,opencl-icd-loader) ("openblas" ,openblas) ("opencl-headers" ,opencl-headers) ("qtbase" ,qtbase-5) |