pentoo-overlay/app-crypt/cpyrit_opencl/files/cpyrit_opencl-9999.patch
2011-04-11 05:09:15 +00:00

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)