Skip to content

Commit 9cbcbee

Browse files
Updating scipoptsuite 9.2.1 -> 9.2.2 (except scipopt-gcg) (#400014)
2 parents d05de63 + 531c93a commit 9cbcbee

File tree

5 files changed

+10
-14
lines changed

5 files changed

+10
-14
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 = {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
stdenv.mkDerivation rec {
2222
pname = "scipopt-scip";
23-
version = "9.2.1";
23+
version = "9.2.2";
2424

2525
src = fetchFromGitHub {
2626
owner = "scipopt";
2727
repo = "scip";
2828
tag = "v${lib.replaceStrings [ "." ] [ "" ] version}";
29-
hash = "sha256-xYxbMZYYqFNInlct8Ju0SrksfJlwV9Q+AHjxq7xhfAs=";
29+
hash = "sha256-gxR308XrlmuUym/ujwGcD9a7Z+Z7vQNHaK4zO/PWPBQ=";
3030
};
3131

3232
nativeBuildInputs = [ cmake ];

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "scipopt-soplex";
14-
version = "713";
14+
version = "714";
1515

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

1919
src = fetchFromGitHub {
2020
owner = "scipopt";
2121
repo = "soplex";
2222
rev = "release-${builtins.replaceStrings [ "." ] [ "" ] finalAttrs.version}";
23-
hash = "sha256-qI7VGPAm3ALzeiD/OgvlZ1w2GzHRYdBajTW5XdIN9pU=";
23+
hash = "sha256-j5dsCAjEaReVpHHCM8FUyDIhxZ4P2yk2h89k5omTh8o=";
2424
};
2525

2626
nativeBuildInputs = [ cmake ];

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
1313
version = "1.0.0-beta6";
1414

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

1818
# Take the SCIPOptSuite source since no other source exists publicly.
1919
src = fetchzip {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
1414
version = "362";
1515

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

1919
src = fetchFromGitHub {
2020
owner = "scipopt";

0 commit comments

Comments
 (0)