mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
owl: propagate eigen
This commit is contained in:
parent
b103ec0911
commit
6ac6e7ac0b
1 changed files with 1 additions and 2 deletions
|
@ -7,9 +7,8 @@ buildDunePackage rec {
|
|||
|
||||
inherit (owl-base) version src meta;
|
||||
|
||||
buildInputs = [ eigen ];
|
||||
checkInputs = [ alcotest ];
|
||||
propagatedBuildInputs = [ stdio stdlib-shims openblasCompat owl-base ];
|
||||
propagatedBuildInputs = [ eigen stdio stdlib-shims openblasCompat owl-base ];
|
||||
|
||||
# tests not enabled for now due to owlbarn/owl/issues/460
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue