Unverified Commit 5ec7af39 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

haskellPackages.MIP: fix broken, disable tests (#474911)

parents 1013c55d 18701fff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1002,6 +1002,7 @@ with haskellLib;
  lvmrun = disableHardening [ "format" ] (dontCheck super.lvmrun);
  matplotlib = dontCheck super.matplotlib;
  milena = dontCheck super.milena;
  MIP = dontCheck super.MIP; # https://github.com/msakai/haskell-MIP/issues/87
  modular-arithmetic = dontCheck super.modular-arithmetic; # tests require a very old Glob (0.7.*)
  nats-queue = dontCheck super.nats-queue;
  network-dbus = dontCheck super.network-dbus;
+1 −1
Original line number Diff line number Diff line
@@ -4061,7 +4061,7 @@ broken-packages:
  - minizinc-process # failure in job https://hydra.nixos.org/build/233211497 at 2023-09-02
  - minst-idx # failure in job https://hydra.nixos.org/build/233259901 at 2023-09-02
  - mios # failure in job https://hydra.nixos.org/build/233251863 at 2023-09-02
  - MIP # failure in job https://hydra.nixos.org/build/233199688 at 2023-09-02
  - MIP-glpk # incompatible with extended-reals >=0.2.7.0, https://github.com/msakai/haskell-MIP/commit/60a5ee234fc6667d2c34152761fa5a54a6f6e533
  - mirror-tweet # failure in job https://hydra.nixos.org/build/233216951 at 2023-09-02
  - mismi-p # failure in job https://hydra.nixos.org/build/233257227 at 2023-09-02
  - mit-3qvpPyAi6mH # failure in job https://hydra.nixos.org/build/233229967 at 2023-09-02
+0 −1
Original line number Diff line number Diff line
@@ -2263,7 +2263,6 @@ dont-distribute-packages:
 - minimung
 - minioperational
 - minirotate
 - MIP-glpk
 - mismi-kernel
 - mismi-s3-core
 - miss
+1 −2
Original line number Diff line number Diff line
@@ -29283,8 +29283,6 @@ self: {
      ];
      description = "Library for using Mixed Integer Programming (MIP)";
      license = lib.licenses.bsd3;
      hydraPlatforms = lib.platforms.none;
      broken = true;
    }
  ) { };
@@ -29345,6 +29343,7 @@ self: {
      description = "A GLPK backend to the MIP library";
      license = lib.licenses.gpl3Only;
      hydraPlatforms = lib.platforms.none;
      broken = true;
    }
  ) { inherit (pkgs) glpk; };