I'm trying to install accelerate-cuda module on Mac OS X (10.7.5). I installed cuda module manually (Error installing cuda module in Mac OS X 10.7.5 (checking whether the C compiler works… no)) as I couldn't use cabal.
I have this error message with 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'?
How to add the profiling libraries for package cuda?