ocamlPackages.owl: 0.7.1 -> 0.7.2

- also enable tests (except on OSX) due to upstream fixes
This commit is contained in:
Ben Darwin
2019-12-09 11:00:11 -05:00
parent 88f24e842b
commit bfe5d1cc96
2 changed files with 3 additions and 3 deletions
@@ -10,5 +10,5 @@ buildDunePackage rec {
checkInputs = [ alcotest ];
propagatedBuildInputs = [ eigen stdio stdlib-shims openblasCompat owl-base ];
# tests not enabled for now due to owlbarn/owl/issues/460
doCheck = !stdenv.isDarwin; # https://github.com/owlbarn/owl/issues/462
}