[accelerate] #43: Building fails.
accelerate
trac at haskell.org
Sun May 15 08:35:36 BST 2011
#43: Building fails.
--------------------------+-------------------------------------------------
Reporter: Grigory | Owner: tmcdonell
Type: defect | Status: new
Priority: major | Milestone:
Component: CUDA backend | Version: 0.8.1.0
Keywords: |
--------------------------+-------------------------------------------------
I'm trying to install accelerate from cabal.
I have CUDA 3.2 installed on Ubuntu 11.04, samples from SDK compile and
run fine. But when I'm trying to install accelerate I have an error:
{{{
checking cuda.h usability... yes
checking cuda.h presence... yes
checking for cuda.h... yes
checking cuda_runtime_api.h usability... yes
checking cuda_runtime_api.h presence... yes
checking for cuda_runtime_api.h... yes
checking for library containing cuDriverGetVersion... -lcuda
checking for library containing cudaRuntimeGetVersion... -lcudart
configure: creating ./config.status
config.status: creating cuda.buildinfo
Preprocessing library cuda-0.2.2...
c2hs: Errors during expansion of binding hooks:
./Foreign/CUDA/Driver/Context.chs:76: (column 15) [ERROR] >>> Unknown
identifier!
Cannot find a definition for `cuCtxCreate' in the header file.
cabal: Error: some packages failed to install:
accelerate-0.8.1.0 depends on cuda-0.2.2 which failed to install.
cuda-0.2.2 failed during the building phase. The exception was:
ExitFailure 1
}}}
I know, it's actually cuda-0.2.2 package, but maybe someone will help
here?
0.3.2 can be installed, but accelerate requires < 3.
--
Ticket URL: <http://trac.haskell.org/accelerate/ticket/43>
accelerate <http://www.cse.unsw.edu.au/~chak/project/accelerate/>
An Embedded Language for Accelerated Array Computations
More information about the Accelerate
mailing list