2011-08-07 20:22:36 +02:00
|
|
|
{cabal, HUnit, QuickCheck, binary, storableComplex, vector, gsl, liblapack, blas} :
|
2010-05-27 21:33:23 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "hmatrix";
|
2011-08-07 20:22:36 +02:00
|
|
|
version = "0.11.1.0";
|
|
|
|
sha256 = "19915xmf6m2092s1rzwirxy0rwjcr6482y5wg4bil0afm0xjnb9n";
|
|
|
|
propagatedBuildInputs = [
|
|
|
|
HUnit QuickCheck binary storableComplex vector
|
|
|
|
gsl liblapack blas
|
|
|
|
];
|
2010-05-27 21:33:23 +02:00
|
|
|
meta = {
|
2011-08-07 20:22:36 +02:00
|
|
|
homepage = "http://perception.inf.um.es/hmatrix";
|
2010-05-27 21:33:23 +02:00
|
|
|
description = "Linear algebra and numerical computation";
|
2011-08-07 20:22:36 +02:00
|
|
|
license = "GPL";
|
|
|
|
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
|
|
|
maintainers = [
|
|
|
|
self.stdenv.lib.maintainers.simons
|
|
|
|
self.stdenv.lib.maintainers.guibert
|
|
|
|
];
|
2010-05-27 21:33:23 +02:00
|
|
|
};
|
|
|
|
})
|