summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/owl
diff options
context:
space:
mode:
authorBen Darwin <bcdarwin@gmail.com>2019-12-06 19:19:05 -0500
committerBen Darwin <bcdarwin@gmail.com>2019-12-09 11:00:11 -0500
commitbfe5d1cc96b755a491499bf43db8de5a3ba41346 (patch)
tree75c4480c34eabf53b780565ca37878127adb3366 /pkgs/development/ocaml-modules/owl
parent88f24e842b9c3acd347410d17c2211551a20df8a (diff)
downloadnixpkgs-bfe5d1cc96b755a491499bf43db8de5a3ba41346.tar
nixpkgs-bfe5d1cc96b755a491499bf43db8de5a3ba41346.tar.gz
nixpkgs-bfe5d1cc96b755a491499bf43db8de5a3ba41346.tar.bz2
nixpkgs-bfe5d1cc96b755a491499bf43db8de5a3ba41346.tar.lz
nixpkgs-bfe5d1cc96b755a491499bf43db8de5a3ba41346.tar.xz
nixpkgs-bfe5d1cc96b755a491499bf43db8de5a3ba41346.tar.zst
nixpkgs-bfe5d1cc96b755a491499bf43db8de5a3ba41346.zip
ocamlPackages.owl: 0.7.1 -> 0.7.2
- also enable tests (except on OSX) due to upstream fixes
Diffstat (limited to 'pkgs/development/ocaml-modules/owl')
-rw-r--r--pkgs/development/ocaml-modules/owl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/owl/default.nix b/pkgs/development/ocaml-modules/owl/default.nix
index eedfdba34ed..0cc1c1db42a 100644
--- a/pkgs/development/ocaml-modules/owl/default.nix
+++ b/pkgs/development/ocaml-modules/owl/default.nix
@@ -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
 }