3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.caffeWithCuda: init at 1.0

This commit is contained in:
Samuel Ainsworth 2022-04-03 03:09:52 +00:00
parent a60ab2a1c7
commit 8b9bbbc979

View file

@ -1459,6 +1459,11 @@ in {
inherit (self) python numpy boost;
});
caffeWithCuda = toPythonModule (pkgs.caffeWithCuda.override {
pythonSupport = true;
inherit (self) python numpy boost;
});
cairocffi = callPackage ../development/python-modules/cairocffi { };
cairosvg = callPackage ../development/python-modules/cairosvg { };