Skip to content

Commit

Permalink
python312Packages.libgpuarray: drop
Browse files Browse the repository at this point in the history
The package has not been maintained aside from small bugfixes and
formatting fixes, and is not depended on by anything else, therefore it
should be good to drop now.
  • Loading branch information
pyrox0 committed Aug 4, 2024
1 parent 4adf136 commit 96430ae
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 100 deletions.
94 changes: 0 additions & 94 deletions pkgs/development/python-modules/libgpuarray/default.nix

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ mapAliases ({
lazy_imports = lazy-imports; # added 2023-10-13
ledger_agent = ledger-agent; # Added 2024-01-07
lektor = throw "lektor has been promoted to a top-level attribute name: `pkgs.lektor`"; # added 2023-08-01
libgpuarray = throw "libgpuarray has been removed, as it was unmaintained."; # added 2024-08-03
line_profiler = line-profiler; # added 2023-11-04
linear_operator = linear-operator; # added 2024-01-07
livestreamer = throw "'livestreamer' has been removed, as it unmaintained. A currently maintained fork is 'streamlink'."; # added 2023-11-14
Expand Down
5 changes: 0 additions & 5 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6870,11 +6870,6 @@ self: super: with self; {
inherit (pkgs) libgpiod;
};

libgpuarray = callPackage ../development/python-modules/libgpuarray {
clblas = pkgs.clblas.override { inherit (self) boost; };
inherit (pkgs.config) cudaSupport;
};

libgravatar = callPackage ../development/python-modules/libgravatar { };

libiio = (toPythonModule (pkgs.libiio.override {
Expand Down
1 change: 0 additions & 1 deletion pkgs/top-level/release-cuda.nix
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ let
jax = linux;
Keras = linux;
kornia = linux;
libgpuarray = linux;
mmcv = linux;
mxnet = linux;
numpy = linux; # Only affected by MKL?
Expand Down

0 comments on commit 96430ae

Please sign in to comment.