mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 03:28:01 +08:00
[zimpl] Update to 3.6.1 (#40716)
Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
parent
13fd5f60e8
commit
06f7e2b53e
@ -3,7 +3,7 @@ index 7cf9d85..85d33a7 100644
|
|||||||
--- a/zimpl/CMakeLists.txt
|
--- a/zimpl/CMakeLists.txt
|
||||||
+++ b/zimpl/CMakeLists.txt
|
+++ b/zimpl/CMakeLists.txt
|
||||||
@@ -4,7 +4,7 @@ project(ZIMPL
|
@@ -4,7 +4,7 @@ project(ZIMPL
|
||||||
VERSION 3.5.3
|
VERSION 3.6.1
|
||||||
LANGUAGES C)
|
LANGUAGES C)
|
||||||
|
|
||||||
-if(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
-if(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||||
|
|
||||||
# The latest version of ZIMPL is included in the SCIP Optimization Suite.
|
# The latest version of ZIMPL is included in the SCIP Optimization Suite.
|
||||||
set(scipoptsuite_version 8.0.4)
|
set(scipoptsuite_version 9.1.0)
|
||||||
vcpkg_download_distfile(ARCHIVE
|
vcpkg_download_distfile(ARCHIVE
|
||||||
URLS "https://scipopt.org/download/release/scipoptsuite-${scipoptsuite_version}.tgz"
|
URLS "https://scipopt.org/download/release/scipoptsuite-${scipoptsuite_version}.tgz"
|
||||||
SHA512 46b56b3a4a5fcb4d6d53b5ffd9320bdf37fb55b9b8450a065312aa1e4f88863d3c563a495cf2622ef70a80132149c7b8f36cdb9a9e43906f4cfcafcb9dd6d606
|
SHA512 03c1c49dd5e4dbc5bfd4f07305937079773f6912c87b0ba86166fc02996928e8d23332137a944f16f2488a88dc12a4a2c6ebde216eb4532135ed282a182bfdaf
|
||||||
FILENAME "scipoptsuite-${scipoptsuite_version}.tgz"
|
FILENAME "scipoptsuite-${scipoptsuite_version}.tgz"
|
||||||
)
|
)
|
||||||
vcpkg_extract_source_archive(
|
vcpkg_extract_source_archive(
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "zimpl",
|
"name": "zimpl",
|
||||||
"version": "3.5.3",
|
"version": "3.6.1",
|
||||||
"description": "Zuse Institut Mathematical Programming Language",
|
"description": "Zuse Institut Mathematical Programming Language",
|
||||||
"homepage": "http://zimpl.zib.de/",
|
"homepage": "http://zimpl.zib.de/",
|
||||||
"license": "LGPL-3.0-or-later",
|
"license": "LGPL-3.0-or-later",
|
||||||
|
@ -9817,7 +9817,7 @@
|
|||||||
"port-version": 2
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"zimpl": {
|
"zimpl": {
|
||||||
"baseline": "3.5.3",
|
"baseline": "3.6.1",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"zint": {
|
"zint": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "fecfdb732d67c4d18cb446e2052e7fc425872525",
|
||||||
|
"version": "3.6.1",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "6598ebbe8c537c546a9cc0d71c8fd9e0a4dd6b94",
|
"git-tree": "6598ebbe8c537c546a9cc0d71c8fd9e0a4dd6b94",
|
||||||
"version": "3.5.3",
|
"version": "3.5.3",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user