我正在尝试在Mac OS X(10.7.5)上安装accele-cuda模块。 我手动安装了cuda模块(Error installing cuda module in Mac OS X 10.7.5 (checking whether the C compiler works… no)),因为我无法使用cabal。
我有cabal install accelerate-cuda
的错误消息。
…
[34 of 34] Compiling Data.Array.Accelerate.CUDA.Foreign ( Data/Array/Accelerate/CUDA/Foreign.hs, dist/build/Data/Array/Accelerate/CUDA/Foreign.o )
Data/Array/Accelerate/CUDA/AST.hs:33:18:
Could not find module `Foreign.CUDA.Analysis'
Perhaps you haven't installed the profiling libraries for package `cuda-0.5.1.1'?
如何为包cuda添加配置文件库?
答案 0 :(得分:0)
我有一些隐藏的问题。
然后我需要用cabal install -p X --force-reinstalls --reinstall
重新编译一些模块,其中X是升级必需的模块
通过所有这些更改,cabal install
解决了这些问题。