haskellPackages.tensorflow: mark broken
This commit is contained in:
parent
babe4ab799
commit
01eec38f90
2 changed files with 12 additions and 0 deletions
|
@ -5314,6 +5314,10 @@ broken-packages:
|
|||
- tempus # failure in job https://hydra.nixos.org/build/233245670 at 2023-09-02
|
||||
- ten # failure in job https://hydra.nixos.org/build/233216705 at 2023-09-02
|
||||
- tensor # failure in job https://hydra.nixos.org/build/233233707 at 2023-09-02
|
||||
- tensorflow # failure building python tensorflow dependency 2023-09-09
|
||||
- tensorflow-core-ops # failure building python tensorflow dependency 2023-09-09
|
||||
- tensorflow-logging # failure building python tensorflow dependency 2023-09-09
|
||||
- tensorflow-ops # failure building python tensorflow dependency 2023-09-09
|
||||
- tensor-safe # failure in job https://hydra.nixos.org/build/233239719 at 2023-09-02
|
||||
- termbox-bindings # failure in job https://hydra.nixos.org/build/233257579 at 2023-09-02
|
||||
- termination-combinators # failure in job https://hydra.nixos.org/build/233202329 at 2023-09-02
|
||||
|
|
|
@ -292229,6 +292229,8 @@ self: {
|
|||
];
|
||||
description = "TensorFlow bindings";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) libtensorflow;};
|
||||
|
||||
"tensorflow-core-ops" = callPackage
|
||||
|
@ -292249,6 +292251,8 @@ self: {
|
|||
];
|
||||
description = "Haskell wrappers for Core Tensorflow Ops";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"tensorflow-logging" = callPackage
|
||||
|
@ -292277,6 +292281,8 @@ self: {
|
|||
];
|
||||
description = "TensorBoard related functionality";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"tensorflow-mnist" = callPackage
|
||||
|
@ -292360,6 +292366,8 @@ self: {
|
|||
];
|
||||
description = "Friendly layer around TensorFlow bindings";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"tensorflow-proto" = callPackage
|
||||
|
|
Loading…
Reference in a new issue