HIPERFIT / hopencl

OpenCL library for Haskell
http://hackage.haskell.org/package/hopencl
BSD 3-Clause "New" or "Revised" License
8 stars 9 forks source link

Build error on Mac OS X 10.7.3 (Lion) #11

Closed paulrzcz closed 11 years ago

paulrzcz commented 11 years ago

Fixes issue #9 on Mountain Lion.

It is more-less dirty for lion but it should not affect other OSes till they are not define BLOCKS.

Also the test are fixed to be working on Mac OS X.

dybber commented 11 years ago

Thanks! I see I only added

cc-options: "-UBLOCKS"

to the cabal file, but that wasn't passed to c2hs.