mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-23 00:36:21 +01:00
12 lines
516 B
Diff
12 lines
516 B
Diff
Index: cpyrit_opencl/setup.py
|
|
===================================================================
|
|
--- cpyrit_opencl/setup.py (revision 304)
|
|
+++ cpyrit_opencl/setup.py (working copy)
|
|
@@ -53,6 +53,7 @@
|
|
for path in ('/usr/local/opencl/OpenCL/common/inc', \
|
|
'/opt/opencl/OpenCL/common/inc', \
|
|
'/usr/local/opencl/include', \
|
|
+ '/opt/ati-stream-sdk/include', \
|
|
'/usr/local/cuda/include'):
|
|
if os.path.exists(path):
|
|
OPENCL_INC_DIRS.append(path)
|