removed scipVersion and changelog
This commit is contained in:
@@ -14,9 +14,6 @@ stdenv.mkDerivation rec {
|
||||
pname = "scipopt-papilo";
|
||||
version = "2.4.4";
|
||||
|
||||
# To correlate scipVersion and version, check: https://scipopt.org/#news
|
||||
scipVersion = "9.2.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "scipopt";
|
||||
repo = "papilo";
|
||||
@@ -46,7 +43,6 @@ stdenv.mkDerivation rec {
|
||||
doCheck = true;
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [ fettgoenner ];
|
||||
changelog = "https://scipopt.org/doc-${scipVersion}/html/RN${lib.versions.major scipVersion}.php";
|
||||
description = "Parallel Presolve for Integer and Linear Optimization";
|
||||
license = lib.licenses.lgpl3Plus;
|
||||
homepage = "https://github.com/scipopt/papilo";
|
||||
|
||||
Reference in New Issue
Block a user