File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
pkgs/by-name/sc/scipopt-papilo Expand file tree Collapse file tree 1 file changed +3
-7
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 = {
You can’t perform that action at this time.
0 commit comments