Commit 0bb6a910 authored by fettgoenner's avatar fettgoenner
Browse files

scipopt-papilo: 2.4.1 -> 2.4.2

parent 9ca8bc7c
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -12,16 +12,16 @@

stdenv.mkDerivation rec {
  pname = "scipopt-papilo";
  version = "2.4.1";
  version = "2.4.2";

  # To correlate scipVersion and version, check: https://scipopt.org/#news
  scipVersion = "9.2.1";
  scipVersion = "9.2.2";

  src = fetchFromGitHub {
    owner = "scipopt";
    repo = "papilo";
    tag = "v${version}";
    hash = "sha256-oQ9iq5UkFK0ghUx6uxdJIOo5niQjniHegSZptqi2fgE=";
    hash = "sha256-/1AsAesUh/5YXeCU2OYopoG3SXAwAecPD88QvGkb2bY=";
  };

  nativeBuildInputs = [ cmake ];
@@ -42,10 +42,6 @@ stdenv.mkDerivation rec {
    #   > include/boost/multiprecision/mpfr.hpp:22: fatal error: mpfr.h: No such file or directory
    #   > compilation terminated.
    (lib.cmakeBool "SOPLEX" false)

    # (lib.cmakeBool "GMP" true)
    # (lib.cmakeBool "QUADMATH" true)
    # (lib.cmakeBool "TBB" true)
  ];
  doCheck = true;
  meta = {