File: use-system-opencl.patch

package info (click to toggle)
xmrig 6.24.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,768 kB
  • sloc: ansic: 54,592; cpp: 50,158; lisp: 6,780; asm: 5,638; xml: 5,574; javascript: 175; sh: 144; pascal: 116; makefile: 15
file content (21 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Bastian Germann <bage@debian.org>
Date: Tue, 18 Apr 2023 14:50:56 +0200
Subject: Use system OpenCL

---
 src/3rdparty/cl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/3rdparty/cl.h b/src/3rdparty/cl.h
index bd9a46d..3643dad 100644
--- a/src/3rdparty/cl.h
+++ b/src/3rdparty/cl.h
@@ -29,7 +29,7 @@
 #if defined(__APPLE__)
 #   include <OpenCL/cl.h>
 #else
-#   include "3rdparty/CL/cl.h"
+#   include <CL/cl.h>
 #endif