Maximilian Stark <[email protected]> writes:

> Hi,
>
> I installed OpenCl using AMDAPPSDK 3.0 correctly. (I check with test
> file in the HowTo section)
>
> I tried to proceed with this sideconfig file
>
>
> CL_TRACE = False
> CL_ENABLE_GL = False
> CL_INC_DIR = ['/opt/AMDAPPSDK-3.0/include']
> CL_LIB_DIR = ['/opt/AMDAPPSDK-3.0/lib/x86_64']
> CL_LIBNAME = ['OpenCL']
> CXXFLAGS = ['-std=c++0x']
> LDFLAGS = []
>
> but the make install part failed with the warnings:
>
>     reading manifest file 'pyopencl.egg-info\SOURCES.txt'
>     reading manifest template 'MANIFEST.in'
>     warning: no files found matching 'src\c_wrapper\*.hpp'
>     warning: no files found matching
> 'src\c_wrapper\mingw-std-wrappers\mingw.*.h'
>     warning: no files found matching 'doc\source\*.rst'
>     warning: no files found matching 'doc\source\conf.py'
>     warning: no files found matching 'doc\source\_static\*.css'
>     warning: no files found matching 'doc\source\_templates\*.html'
>
> could someone help?

These warnings do not indicate failure. Is your install working? If so,
it's safe to ignore these messages.

Andreas

_______________________________________________
PyOpenCL mailing list
[email protected]
http://lists.tiker.net/listinfo/pyopencl

Reply via email to