Skip to content

Commit

Permalink
[zimpl] Update to 3.6.1 (#40716)
Browse files Browse the repository at this point in the history
Co-authored-by: Monica <[email protected]>
  • Loading branch information
MonicaLiu0311 and Monica authored Sep 1, 2024
1 parent 13fd5f6 commit 06f7e2b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/zimpl/msvc.diff
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
4 changes: 2 additions & 2 deletions ports/zimpl/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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(
Expand Down
2 changes: 1 addition & 1 deletion ports/zimpl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9817,7 +9817,7 @@
"port-version": 2
},
"zimpl": {
"baseline": "3.5.3",
"baseline": "3.6.1",
"port-version": 0
},
"zint": {
Expand Down
5 changes: 5 additions & 0 deletions versions/z-/zimpl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "fecfdb732d67c4d18cb446e2052e7fc425872525",
"version": "3.6.1",
"port-version": 0
},
{
"git-tree": "6598ebbe8c537c546a9cc0d71c8fd9e0a4dd6b94",
"version": "3.5.3",
Expand Down

0 comments on commit 06f7e2b

Please sign in to comment.