mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #3547 from nilcons/hmatrixfix
Use shared atlas in liblapack for hmatrix
This commit is contained in:
commit
27c17fb451
@ -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 New Issue
Block a user