File tree Expand file tree Collapse file tree 5 files changed +10
-14
lines changed Expand file tree Collapse file tree 5 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 1212
1313stdenv . 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 = {
Original file line number Diff line number Diff line change 2020
2121stdenv . 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 ] ;
Original file line number Diff line number Diff line change 1111
1212stdenv . 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 ] ;
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments