mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
haskell-hmatrix: enable -fvector flag
svn path=/nixpkgs/trunk/; revision=29907
This commit is contained in:
parent
8398d7ef2a
commit
9a8c52cf41
@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
|
||||
binary HUnit QuickCheck random storableComplex vector
|
||||
];
|
||||
extraLibraries = [ blas gsl liblapack ];
|
||||
configureFlags = "-fvector";
|
||||
meta = {
|
||||
homepage = "http://perception.inf.um.es/hmatrix";
|
||||
description = "Linear algebra and numerical computation";
|
||||
|
@ -744,9 +744,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
|
||||
HList = callPackage ../development/libraries/haskell/HList {};
|
||||
|
||||
hmatrix = callPackage ../development/libraries/haskell/hmatrix {
|
||||
vector = self.vector_0_7_1;
|
||||
};
|
||||
hmatrix = callPackage ../development/libraries/haskell/hmatrix {};
|
||||
|
||||
hopenssl = callPackage ../development/libraries/haskell/hopenssl {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user