2014-07-14 15:21:41 +04:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-07-08 13:53:10 +04:00
|
|
|
{ cabal, binary, blas, deepseq, gsl, liblapack, random
|
|
|
|
, storableComplex, vector
|
2012-03-22 15:17:49 +04:00
|
|
|
}:
|
2010-05-27 23:33:23 +04:00
|
|
|
|
2011-08-15 15:27:02 +04:00
|
|
|
cabal.mkDerivation (self: {
|
2010-05-27 23:33:23 +04:00
|
|
|
pname = "hmatrix";
|
2014-04-10 14:56:32 +04:00
|
|
|
version = "0.15.2.1";
|
|
|
|
sha256 = "0pcs3dsxmaznsb82r71f4kf7xbwvj94cy1fmyya52nv3nldnk1jg";
|
2013-07-08 13:53:10 +04:00
|
|
|
buildDepends = [ binary deepseq random storableComplex vector ];
|
2011-08-23 15:00:05 +04:00
|
|
|
extraLibraries = [ blas gsl liblapack ];
|
2010-05-27 23:33:23 +04:00
|
|
|
meta = {
|
2012-03-22 15:17:49 +04:00
|
|
|
homepage = "https://github.com/albertoruiz/hmatrix";
|
2010-05-27 23:33:23 +04:00
|
|
|
description = "Linear algebra and numerical computation";
|
2011-08-07 22:22:36 +04:00
|
|
|
license = "GPL";
|
2011-08-09 13:54:50 +04:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-07 22:22:36 +04:00
|
|
|
maintainers = [
|
2011-08-15 15:27:02 +04:00
|
|
|
self.stdenv.lib.maintainers.andres
|
2011-08-07 22:22:36 +04:00
|
|
|
self.stdenv.lib.maintainers.guibert
|
|
|
|
];
|
2010-05-27 23:33:23 +04:00
|
|
|
};
|
|
|
|
})
|