Regenerated accelerate-examples expression with cabal2nix.

svn path=/nixpkgs/trunk/; revision=34190
This commit is contained in:
Andres Löh 2012-05-20 20:31:15 +00:00
parent 5144845d71
commit 513b42ef2b

View File

@ -1,8 +1,8 @@
{ cabal, accelerate, accelerateCuda, accelerateIo { cabal, accelerate, accelerateCuda, accelerateIo, attoparsec, bmp
, attoparsec, bmp, bytestringLexing, cmdargs, criterion, cuda , bytestringLexing, cmdargs, criterion, cuda, deepseq, fclabels
, deepseq, fclabels, filepath, gloss, hashtables, mtl, mwcRandom , filepath, gloss, hashtables, mtl, mwcRandom, pgm, QuickCheck
, pgm, QuickCheck, random, testFramework, testFrameworkQuickcheck2 , random, testFramework, testFrameworkQuickcheck2, vector
, vector, vectorAlgorithms , vectorAlgorithms
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
@ -12,11 +12,12 @@ cabal.mkDerivation (self: {
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
accelerate accelerateCuda accelerateIo attoparsec accelerate accelerateCuda accelerateIo attoparsec bmp
bmp bytestringLexing cmdargs criterion cuda deepseq fclabels bytestringLexing cmdargs criterion cuda deepseq fclabels filepath
filepath gloss hashtables mtl mwcRandom pgm QuickCheck random gloss hashtables mtl mwcRandom pgm QuickCheck random testFramework
testFramework testFrameworkQuickcheck2 vector vectorAlgorithms testFrameworkQuickcheck2 vector vectorAlgorithms
]; ];
configureFlags = "-f-opencl";
meta = { meta = {
homepage = "http://www.cse.unsw.edu.au/~chak/project/accelerate/"; homepage = "http://www.cse.unsw.edu.au/~chak/project/accelerate/";
description = "Examples using the Accelerate library"; description = "Examples using the Accelerate library";