mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
scipopt-papilo: 2.4.1 -> 2.4.2
This commit is contained in:
parent
9ca8bc7caf
commit
0bb6a910f5
1 changed files with 3 additions and 7 deletions
|
@ -12,16 +12,16 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "scipopt-papilo";
|
pname = "scipopt-papilo";
|
||||||
version = "2.4.1";
|
version = "2.4.2";
|
||||||
|
|
||||||
# To correlate scipVersion and version, check: https://scipopt.org/#news
|
# To correlate scipVersion and version, check: https://scipopt.org/#news
|
||||||
scipVersion = "9.2.1";
|
scipVersion = "9.2.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "scipopt";
|
owner = "scipopt";
|
||||||
repo = "papilo";
|
repo = "papilo";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-oQ9iq5UkFK0ghUx6uxdJIOo5niQjniHegSZptqi2fgE=";
|
hash = "sha256-/1AsAesUh/5YXeCU2OYopoG3SXAwAecPD88QvGkb2bY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
@ -42,10 +42,6 @@ stdenv.mkDerivation rec {
|
||||||
# > include/boost/multiprecision/mpfr.hpp:22: fatal error: mpfr.h: No such file or directory
|
# > include/boost/multiprecision/mpfr.hpp:22: fatal error: mpfr.h: No such file or directory
|
||||||
# > compilation terminated.
|
# > compilation terminated.
|
||||||
(lib.cmakeBool "SOPLEX" false)
|
(lib.cmakeBool "SOPLEX" false)
|
||||||
|
|
||||||
# (lib.cmakeBool "GMP" true)
|
|
||||||
# (lib.cmakeBool "QUADMATH" true)
|
|
||||||
# (lib.cmakeBool "TBB" true)
|
|
||||||
];
|
];
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue