From 06f7e2b53ecd2ec55244c19451708ec48dbd1058 Mon Sep 17 00:00:00 2001 From: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com> Date: Sun, 1 Sep 2024 05:56:32 +0000 Subject: [PATCH] [zimpl] Update to 3.6.1 (#40716) Co-authored-by: Monica --- ports/zimpl/msvc.diff | 2 +- ports/zimpl/portfile.cmake | 4 ++-- ports/zimpl/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/z-/zimpl.json | 5 +++++ 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ports/zimpl/msvc.diff b/ports/zimpl/msvc.diff index dc152d0649..46f326b566 100644 --- a/ports/zimpl/msvc.diff +++ b/ports/zimpl/msvc.diff @@ -3,7 +3,7 @@ index 7cf9d85..85d33a7 100644 --- a/zimpl/CMakeLists.txt +++ b/zimpl/CMakeLists.txt @@ -4,7 +4,7 @@ project(ZIMPL - VERSION 3.5.3 + VERSION 3.6.1 LANGUAGES C) -if(CMAKE_BUILD_TYPE STREQUAL "Debug") diff --git a/ports/zimpl/portfile.cmake b/ports/zimpl/portfile.cmake index 03da58ee05..d9811b2c99 100644 --- a/ports/zimpl/portfile.cmake +++ b/ports/zimpl/portfile.cmake @@ -1,10 +1,10 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) # 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 URLS "https://scipopt.org/download/release/scipoptsuite-${scipoptsuite_version}.tgz" - SHA512 46b56b3a4a5fcb4d6d53b5ffd9320bdf37fb55b9b8450a065312aa1e4f88863d3c563a495cf2622ef70a80132149c7b8f36cdb9a9e43906f4cfcafcb9dd6d606 + SHA512 03c1c49dd5e4dbc5bfd4f07305937079773f6912c87b0ba86166fc02996928e8d23332137a944f16f2488a88dc12a4a2c6ebde216eb4532135ed282a182bfdaf FILENAME "scipoptsuite-${scipoptsuite_version}.tgz" ) vcpkg_extract_source_archive( diff --git a/ports/zimpl/vcpkg.json b/ports/zimpl/vcpkg.json index a2d2e04d97..75f9a57e8b 100644 --- a/ports/zimpl/vcpkg.json +++ b/ports/zimpl/vcpkg.json @@ -1,6 +1,6 @@ { "name": "zimpl", - "version": "3.5.3", + "version": "3.6.1", "description": "Zuse Institut Mathematical Programming Language", "homepage": "http://zimpl.zib.de/", "license": "LGPL-3.0-or-later", diff --git a/versions/baseline.json b/versions/baseline.json index 4098dded20..94914a8edb 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -9817,7 +9817,7 @@ "port-version": 2 }, "zimpl": { - "baseline": "3.5.3", + "baseline": "3.6.1", "port-version": 0 }, "zint": { diff --git a/versions/z-/zimpl.json b/versions/z-/zimpl.json index a9a9269988..152328b028 100644 --- a/versions/z-/zimpl.json +++ b/versions/z-/zimpl.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "fecfdb732d67c4d18cb446e2052e7fc425872525", + "version": "3.6.1", + "port-version": 0 + }, { "git-tree": "6598ebbe8c537c546a9cc0d71c8fd9e0a4dd6b94", "version": "3.5.3",