Skip to content

Commit 0bb6a91

Browse files
committed
scipopt-papilo: 2.4.1 -> 2.4.2
1 parent 9ca8bc7 commit 0bb6a91

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pkgs/by-name/sc/scipopt-papilo/package.nix

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212

1313
stdenv.mkDerivation rec {
1414
pname = "scipopt-papilo";
15-
version = "2.4.1";
15+
version = "2.4.2";
1616

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

2020
src = fetchFromGitHub {
2121
owner = "scipopt";
2222
repo = "papilo";
2323
tag = "v${version}";
24-
hash = "sha256-oQ9iq5UkFK0ghUx6uxdJIOo5niQjniHegSZptqi2fgE=";
24+
hash = "sha256-/1AsAesUh/5YXeCU2OYopoG3SXAwAecPD88QvGkb2bY=";
2525
};
2626

2727
nativeBuildInputs = [ cmake ];
@@ -42,10 +42,6 @@ stdenv.mkDerivation rec {
4242
# > include/boost/multiprecision/mpfr.hpp:22: fatal error: mpfr.h: No such file or directory
4343
# > compilation terminated.
4444
(lib.cmakeBool "SOPLEX" false)
45-
46-
# (lib.cmakeBool "GMP" true)
47-
# (lib.cmakeBool "QUADMATH" true)
48-
# (lib.cmakeBool "TBB" true)
4945
];
5046
doCheck = true;
5147
meta = {

0 commit comments

Comments
 (0)