GNU bug report logs -
#70252
[PATCH 0/4] Update and restyle Khronos OpenCL packages
Previous Next
Reported by: Ahmad Draidi <a.r.draidi <at> redscript.org>
Date: Sun, 7 Apr 2024 08:07:01 UTC
Severity: normal
Tags: patch
Done: Ahmad Draidi <a.r.draidi <at> redscript.org>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 70252 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/opencl.scm (opencl-headers): [arguments]: Use G-expressions.
Change-Id: Ib8b5aa7cebf7757466e237a4eed868f0fb7ece9c
---
gnu/packages/opencl.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/opencl.scm b/gnu/packages/opencl.scm
index c70dc4655f..f6f9b76c85 100644
--- a/gnu/packages/opencl.scm
+++ b/gnu/packages/opencl.scm
@@ -67,7 +67,7 @@ (define-public opencl-headers
(sha256
(base32 "13a5zv0nvjp66sswm6zdakmfjxp7536wplampbx9fa6q7i14lpy0"))))
(build-system cmake-build-system)
- (arguments `(#:tests? #f)) ; Not enabled during build.
+ (arguments (list #:tests? #f)) ; Not enabled during build.
(synopsis "The Khronos OpenCL headers")
(description
"This package provides the C headers by Khronos for OpenCL programming.")
--
2.41.0
This bug report was last modified 59 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.