mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
haskell-hmatrix: update to 0.16.0.4
This commit is contained in:
parent
22f13c2611
commit
12076063c4
|
@ -1,20 +1,21 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, binary, blas, deepseq, gsl, liblapack, random
|
||||
{ cabal, binary, blas, deepseq, liblapack, random, split
|
||||
, storableComplex, vector
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hmatrix";
|
||||
version = "0.15.2.1";
|
||||
sha256 = "0pcs3dsxmaznsb82r71f4kf7xbwvj94cy1fmyya52nv3nldnk1jg";
|
||||
buildDepends = [ binary deepseq random storableComplex vector ];
|
||||
extraLibraries = [ blas gsl liblapack ];
|
||||
version = "0.16.0.4";
|
||||
sha256 = "0n2h7vp8cyr4lm6yv6msvqr87d0dn7fm61p58wy7f230v692j1p4";
|
||||
buildDepends = [
|
||||
binary deepseq random split storableComplex vector
|
||||
];
|
||||
extraLibraries = [ blas liblapack ];
|
||||
meta = {
|
||||
homepage = "https://github.com/albertoruiz/hmatrix";
|
||||
description = "Linear algebra and numerical computation";
|
||||
license = "GPL";
|
||||
description = "Numeric Linear Algebra";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ guibert ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue