> Try
> 
> CC=g++ LDSHARED="gcc -bundle -undefined dynamic_lookup"  \
> BLDSHARED="gcc -bundle -undefined dynamic_lookup" python setup.py \
> install
> 
> as before.
> 
> Andreas

That didn't work for me. I used otool to check the shared library files.  

Here are the results.  I think this should help diagnose 
the issue.  I am not sure what is wrong or missing but I hope this can help.

my:~ me$ otool -L /Users/me/anaconda/lib/python2.7/
site-packages/
pyopencl-2014.1-py2.7-macosx-10.5-x86_64.egg/pyopencl/_cl.so


/Users/me/anaconda/lib/python2.7/
site-packages/pyopencl-2014.1-py2.7-macosx-10.5-x86_64.egg/
pyopencl/_cl.so:

        /System/Library/Frameworks/
OpenCL.framework/Versions/A/OpenCL 
(compatibility version 
1.0.0, current version 1.0.0)

/usr/lib/libSystem.B.dylib 
(compatibility version 1.0.0, current version 1197.1.1)

/usr/lib/libgcc_s.1.dylib
(compatibility version 1.0.0, current version 2577.0.0)



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

Reply via email to