cabal使用Mac OS X安装accele-cuda错误

时间:2013-12-16 13:48:09

标签: macos haskell cuda cabal

我正在尝试在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添加配置文件库?

1 个答案:

答案 0 :(得分:0)

我有一些隐藏的问题。

  1. 启用库概要分析:〜/ .cabal / config。
  2. 中为True
  3. http://hackage.haskell.org/package/accelerate
  4. 下载来源

    然后我需要用cabal install -p X --force-reinstalls --reinstall重新编译一些模块,其中X是升级必需的模块

    通过所有这些更改,cabal install解决了这些问题。