mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
ocamlPackages.torch: 0.14 → 0.15
This commit is contained in:
parent
b1b84ec769
commit
0b8181e264
@ -17,9 +17,7 @@
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "torch";
|
||||
version = "0.14";
|
||||
|
||||
useDune2 = true;
|
||||
version = "0.15";
|
||||
|
||||
minimalOCamlVersion = "4.08";
|
||||
|
||||
@ -27,7 +25,7 @@ buildDunePackage rec {
|
||||
owner = "LaurentMazare";
|
||||
repo = "ocaml-${pname}";
|
||||
rev = version;
|
||||
sha256 = "sha256:039anfvzsalbqi5cdp95bbixcwr2ngharihgd149hcr0wa47y700";
|
||||
sha256 = "sha256-EXJqlAGa0LwQKY8IlmcoJs0l2eRTiUhuzMHfakrslXU=";
|
||||
};
|
||||
|
||||
buildInputs = [ dune-configurator ];
|
||||
@ -56,6 +54,5 @@ buildDunePackage rec {
|
||||
description = "Ocaml bindings to Pytorch";
|
||||
maintainers = [ maintainers.bcdarwin ];
|
||||
license = licenses.asl20;
|
||||
broken = lib.versionAtLeast torch.version "1.11";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user