(#21729) [scip] bump version to 8.1.0

This commit is contained in:
Ivo Hedtke
2023-12-13 01:18:59 +01:00
committed by GitHub
parent e68f4cdc23
commit 25b4ec7fb6
3 changed files with 6 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
sources:
"8.1.0":
url: "https://github.com/scipopt/scip/archive/refs/tags/v810.tar.gz"
sha256: "b6daf54c37d02564b12fb32ec3bb7a105710eb0026adeafc602af4435fa94685"
"8.0.4":
url: "https://github.com/scipopt/scip/archive/refs/tags/v804.tar.gz"
sha256: "48be3f568763e3fc209803e9426389df107491371cfcce38f73dcc99ede69a51"

View File

@@ -35,6 +35,7 @@ class SCIPConan(ConanFile):
"with_sym": "bliss",
}
soplex_version_belonging_to_me = {
"8.1.0": "6.0.4",
"8.0.4": "6.0.4",
"8.0.3": "6.0.3"
}

View File

@@ -1,4 +1,6 @@
versions:
"8.1.0":
folder: all
"8.0.4":
folder: all
"8.0.3":