mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Regenerated accelerate-examples expression with cabal2nix.
svn path=/nixpkgs/trunk/; revision=34190
This commit is contained in:
parent
5144845d71
commit
513b42ef2b
@ -1,8 +1,8 @@
|
||||
{ cabal, accelerate, accelerateCuda, accelerateIo
|
||||
, attoparsec, bmp, bytestringLexing, cmdargs, criterion, cuda
|
||||
, deepseq, fclabels, filepath, gloss, hashtables, mtl, mwcRandom
|
||||
, pgm, QuickCheck, random, testFramework, testFrameworkQuickcheck2
|
||||
, vector, vectorAlgorithms
|
||||
{ cabal, accelerate, accelerateCuda, accelerateIo, attoparsec, bmp
|
||||
, bytestringLexing, cmdargs, criterion, cuda, deepseq, fclabels
|
||||
, filepath, gloss, hashtables, mtl, mwcRandom, pgm, QuickCheck
|
||||
, random, testFramework, testFrameworkQuickcheck2, vector
|
||||
, vectorAlgorithms
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
@ -12,11 +12,12 @@ cabal.mkDerivation (self: {
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
accelerate accelerateCuda accelerateIo attoparsec
|
||||
bmp bytestringLexing cmdargs criterion cuda deepseq fclabels
|
||||
filepath gloss hashtables mtl mwcRandom pgm QuickCheck random
|
||||
testFramework testFrameworkQuickcheck2 vector vectorAlgorithms
|
||||
accelerate accelerateCuda accelerateIo attoparsec bmp
|
||||
bytestringLexing cmdargs criterion cuda deepseq fclabels filepath
|
||||
gloss hashtables mtl mwcRandom pgm QuickCheck random testFramework
|
||||
testFrameworkQuickcheck2 vector vectorAlgorithms
|
||||
];
|
||||
configureFlags = "-f-opencl";
|
||||
meta = {
|
||||
homepage = "http://www.cse.unsw.edu.au/~chak/project/accelerate/";
|
||||
description = "Examples using the Accelerate library";
|
||||
|
Loading…
Reference in New Issue
Block a user