21 lines
626 B
Nix
21 lines
626 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, binary, blas, deepseq, liblapack, random, split
|
|
, storableComplex, vector
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "hmatrix";
|
|
version = "0.16.0.6";
|
|
sha256 = "13xbz0dx153m6nc7lv522gihvav5n6a4kiavwsqwh27ql4zyind7";
|
|
buildDepends = [
|
|
binary deepseq random split storableComplex vector
|
|
];
|
|
extraLibraries = [ blas liblapack ];
|
|
meta = {
|
|
homepage = "https://github.com/albertoruiz/hmatrix";
|
|
description = "Numeric Linear Algebra";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|