> Am 11.07.2015 um 00:13 schrieb Andreas Kloeckner <[email protected]>:
>
> Hi Gregor,
>
> Gregor Thalhammer <[email protected]> writes:
>> as a follow up to my initial report, I could succesfully build recent
>> pyopencl with Python 2.7.6 from python.org <http://python.org/> (now
>> on os 10.10.4), but not with Anaconda Python 2.7. I opened an issue
>> https://github.com/ContinuumIO/anaconda-issues/issues/373
>> <https://github.com/ContinuumIO/anaconda-issues/issues/373> for
>> anaconda, perhaps there someone knows how to resolve this.
>
> Thanks for following up. I've subscribed to that bug and am happy to
> chime in if needed.
>
> Andreas
Hi Andreas,
with current master I was now able to successfully build pyopencl with Anaconda
Python 2.7 on Mac OS 10.10. To succeed, I had to edit siteconf.py, adding
'-mmacosx-version-min=10.7‘ to CXXFLAGS and LDFLAGS, otherwise I obtain an
error:
clang: error: invalid deployment target for -stdlib=libc++ (requires OS X
10.7 or later)
On OS X I tried also with OpenGL interoperability enabled, this gives an error:
cl.get_apple_cgl_share_group()))
AttributeError: 'module' object has no attribute ‚get_apple_cgl_share_group‘. I
will try to investigate this further and report back.
On Windows 7 64bit with Anaconda Python 2.7 and the free Microsoft Compiler I
failed building current master. To my understanding, the Microsoft compiler
only supports old C++ dialects. So MinGW is required to build pyopencl on
Windows?
Gregor
_______________________________________________
PyOpenCL mailing list
[email protected]
http://lists.tiker.net/listinfo/pyopencl