Updated build expressions for the current version of cabal.nix.

svn path=/nixpkgs/trunk/; revision=28772
This commit is contained in:
Peter Simons
2011-08-23 10:35:49 +00:00
parent 1972e6f6dc
commit c8ae7cc8bb
34 changed files with 153 additions and 108 deletions

View File

@@ -1,13 +1,15 @@
{cabal, HUnit, QuickCheck, binary, storableComplex, vector, gsl, liblapack, blas} :
{ cabal, binary, blas, gsl, HUnit, liblapack, QuickCheck, random
, storableComplex, vector
}:
cabal.mkDerivation (self: {
pname = "hmatrix";
version = "0.11.1.0";
sha256 = "19915xmf6m2092s1rzwirxy0rwjcr6482y5wg4bil0afm0xjnb9n";
propagatedBuildInputs = [
HUnit QuickCheck binary storableComplex vector
gsl liblapack blas
buildDepends = [
binary HUnit QuickCheck random storableComplex vector
];
extraLibraries = [ gsl liblapack blas ];
meta = {
homepage = "http://perception.inf.um.es/hmatrix";
description = "Linear algebra and numerical computation";