diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-17 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-17 02:00:00 +0200 |
commit | 71ec12d8bacd3901e8c7853d3c9403f3d09dfb31 (patch) | |
tree | bb09339199303f16019268401814485f74ab9436 | |
parent | 3d9ebc7b2ed24312fd6a0916c203f7b86d57753d (diff) | |
download | guix-71ec12d8bacd3901e8c7853d3c9403f3d09dfb31.tar.gz guix-71ec12d8bacd3901e8c7853d3c9403f3d09dfb31.zip |
gnu: ocl-icd: Delete dubiously deprecated duplicate definition.
This follows up on commit 3341b22f594398b3aa3ff930d99b74a78abd1a30 which
re-added ocl-icd. opencl-icd-loader is a different, incompatible package.
* gnu/packages/opencl.scm (ocl-icd): Remove duplicate variable.
-rw-r--r-- | gnu/packages/opencl.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/opencl.scm b/gnu/packages/opencl.scm index 74b250cb9d..036834f567 100644 --- a/gnu/packages/opencl.scm +++ b/gnu/packages/opencl.scm @@ -161,9 +161,6 @@ implementation. The ICD Loader is responsible for: This package contains the Khronos official OpenCL ICD Loader.") (license license:asl2.0))) -(define-public ocl-icd - (deprecated-package "ocl-icd" opencl-icd-loader)) - (define-public clinfo (package (name "clinfo") |