mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
owl: propagate eigen
This commit is contained in:
parent
b103ec0911
commit
6ac6e7ac0b
@ -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 New Issue
Block a user