Skip to content

Commit

Permalink
torchPackages, torch-repl: remove
Browse files Browse the repository at this point in the history
See NixOS#71888
and NixOS#56398

To sump up, development has moved on to other technologies than lua:
https://github.com/torch/torch7#development-status
and the current packages are broken anyway.

(cherry picked from commit 05b6836)
  • Loading branch information
teto authored and nh2 committed Mar 28, 2020
1 parent 3488803 commit 18c0784
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 352 deletions.
10 changes: 0 additions & 10 deletions pkgs/applications/science/machine-learning/torch/default.nix

This file was deleted.

336 changes: 0 additions & 336 deletions pkgs/applications/science/machine-learning/torch/torch-distro.nix

This file was deleted.

6 changes: 0 additions & 6 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21764,12 +21764,6 @@ in

topydo = callPackage ../applications/misc/topydo {};

torchPackages = recurseIntoAttrs ( callPackage ../applications/science/machine-learning/torch {
lua = luajit ;
} );

torch-repl = lib.setName "torch-repl" torchPackages.trepl;

torchat = callPackage ../applications/networking/instant-messengers/torchat {
inherit (pythonPackages) wrapPython wxPython;
};
Expand Down

0 comments on commit 18c0784

Please sign in to comment.