1
我按照http://wiki.tiker.net/PyOpenCL/Installation/Mac上的安裝說明進行操作。但它在在Mac OS X上安裝PyOpenCl時出錯
make
落在該錯誤消息如下所示:
fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: can't figure out the architecture type of: /var/folders/8f/l7p674mx2j130p08plnd9k1r0000gn/T//ccG1RrCB.out
error: command 'gcc-4.2' failed with exit status 1
make: *** [all] Error 1
我能做些什麼,以成功安裝PyOpenCL?
Pyopencl在Mac OS上生成不可預知的輸出。相同的代碼將在ubuntu上完美工作。 –