[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: ocl-icd: Delete dubiously deprecated duplica
From: |
guix-commits |
Subject: |
branch master updated: gnu: ocl-icd: Delete dubiously deprecated duplicate definition. |
Date: |
Mon, 18 Sep 2023 13:09:46 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 71ec12d8ba gnu: ocl-icd: Delete dubiously deprecated duplicate
definition.
71ec12d8ba is described below
commit 71ec12d8bacd3901e8c7853d3c9403f3d09dfb31
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 17 02:00:00 2023 +0200
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.
---
gnu/packages/opencl.scm | 3 ---
1 file changed, 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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: ocl-icd: Delete dubiously deprecated duplicate definition.,
guix-commits <=