haskell-accelerate-cuda: Patch Setup file
This commit is contained in:
parent
baf5e27aaf
commit
91cfda020b
@ -12,6 +12,9 @@ cabal.mkDerivation (self: {
|
|||||||
hashable hashtables languageCQuote mainlandPretty mtl srcloc
|
hashable hashtables languageCQuote mainlandPretty mtl srcloc
|
||||||
transformers unorderedContainers
|
transformers unorderedContainers
|
||||||
];
|
];
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's|\<defaultMain\>|defaultMainWithHooks autoconfUserHooks|' Setup.hs
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.cse.unsw.edu.au/~chak/project/accelerate/";
|
homepage = "http://www.cse.unsw.edu.au/~chak/project/accelerate/";
|
||||||
description = "Accelerate backend for NVIDIA GPUs";
|
description = "Accelerate backend for NVIDIA GPUs";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user