mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-30 12:18:17 +01:00
13 lines
516 B
Diff
13 lines
516 B
Diff
Index: cpyrit_opencl/setup.py
|
|
===================================================================
|
|
--- cpyrit_opencl/setup.py (revision 288)
|
|
+++ cpyrit_opencl/setup.py (working copy)
|
|
@@ -52,7 +52,7 @@
|
|
pass
|
|
for path in ('/usr/local/opencl/OpenCL/common/inc', \
|
|
'/opt/opencl/OpenCL/common/inc', \
|
|
- '/usr/local/opencl/include'):
|
|
+ '/opt/ati-stream-sdk/include'):
|
|
if os.path.exists(path):
|
|
OPENCL_INC_DIRS.append(path)
|
|
break
|