Use shared atlas in liblapack for hmatrix
This commit is contained in:
parent
c346d22647
commit
36c1655aa0
1 changed files with 3 additions and 1 deletions
|
@ -1164,7 +1164,9 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
|
||||
HList = callPackage ../development/libraries/haskell/HList {};
|
||||
|
||||
hmatrix = callPackage ../development/libraries/haskell/hmatrix {};
|
||||
hmatrix = callPackage ../development/libraries/haskell/hmatrix {
|
||||
liblapack = pkgs.liblapack.override { shared = true; };
|
||||
};
|
||||
|
||||
hmatrixSpecial = callPackage ../development/libraries/haskell/hmatrix-special {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue