summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-06-21 21:02:22 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2021-06-26 17:07:42 +0200
commit97613b7a865605c8a6b60e6efaf0d3b4b1552eaa (patch)
treec1815ae571a3ca6554b15ba0ba3a93e5efb241cd
parenta5260509a32436f571da028eb317398c605d1b64 (diff)
downloadnixpkgs-97613b7a865605c8a6b60e6efaf0d3b4b1552eaa.tar
nixpkgs-97613b7a865605c8a6b60e6efaf0d3b4b1552eaa.tar.gz
nixpkgs-97613b7a865605c8a6b60e6efaf0d3b4b1552eaa.tar.bz2
nixpkgs-97613b7a865605c8a6b60e6efaf0d3b4b1552eaa.tar.lz
nixpkgs-97613b7a865605c8a6b60e6efaf0d3b4b1552eaa.tar.xz
nixpkgs-97613b7a865605c8a6b60e6efaf0d3b4b1552eaa.tar.zst
nixpkgs-97613b7a865605c8a6b60e6efaf0d3b4b1552eaa.zip
ocamlPackages.torch: mark as broken
Version 0.12 is only compatible with PyTorch 1.8
-rw-r--r--pkgs/development/ocaml-modules/torch/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/torch/default.nix b/pkgs/development/ocaml-modules/torch/default.nix
index 5f59b4ae056..4126e330486 100644
--- a/pkgs/development/ocaml-modules/torch/default.nix
+++ b/pkgs/development/ocaml-modules/torch/default.nix
@@ -56,5 +56,6 @@ buildDunePackage rec {
     description = "Ocaml bindings to Pytorch";
     maintainers = [ maintainers.bcdarwin ];
     license = licenses.asl20;
+    broken = true;
   };
 }