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
|
binary HUnit QuickCheck random storableComplex vector
|
||||||
];
|
];
|
||||||
extraLibraries = [ blas gsl liblapack ];
|
extraLibraries = [ blas gsl liblapack ];
|
||||||
|
configureFlags = "-fvector";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://perception.inf.um.es/hmatrix";
|
homepage = "http://perception.inf.um.es/hmatrix";
|
||||||
description = "Linear algebra and numerical computation";
|
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 {};
|
HList = callPackage ../development/libraries/haskell/HList {};
|
||||||
|
|
||||||
hmatrix = callPackage ../development/libraries/haskell/hmatrix {
|
hmatrix = callPackage ../development/libraries/haskell/hmatrix {};
|
||||||
vector = self.vector_0_7_1;
|
|
||||||
};
|
|
||||||
|
|
||||||
hopenssl = callPackage ../development/libraries/haskell/hopenssl {};
|
hopenssl = callPackage ../development/libraries/haskell/hopenssl {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user