Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[z3] Update to 4.12.4. #35655

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions ports/z3/fix-cstdint-include.patch

This file was deleted.

5 changes: 2 additions & 3 deletions ports/z3/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ vcpkg_add_to_path("${PYTHON3_DIR}")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Z3Prover/z3
REF z3-4.12.2
SHA512 375477cbbc9837b44e752c89916409d07bf6a73830b52878aab4f376f08b37dd5ab485da225744d394ab15f2a7e1014edc3be5eb9962934c440a8d55259317e2
REF z3-${VERSION}
SHA512 fcb778d2e3e0d13fc68afcd8724548279f9edbbb4aac1bbb93e00959c33330ab2fd84f2c2e4b0b78f767819725a90b845fc606a9adc931ae1f0a11f4deae433b
HEAD_REF master
PATCHES
fix-install-path.patch
fix-cstdint-include.patch
remove-flag-overrides.patch
)

Expand Down
4 changes: 2 additions & 2 deletions ports/z3/remove-flag-overrides.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ index 477410ba8..fcca03917 100644
+++ b/CMakeLists.txt
@@ -1,7 +1,6 @@
# Enforce some CMake policies
cmake_minimum_required(VERSION 3.4)
cmake_minimum_required(VERSION 3.16)

-set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX "${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_compiler_flags_overrides.cmake")
project(Z3 VERSION 4.12.2.0 LANGUAGES CXX)
project(Z3 VERSION 4.12.4.0 LANGUAGES CXX)

################################################################################
2 changes: 1 addition & 1 deletion ports/z3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "z3",
"version": "4.12.2",
"version": "4.12.4",
"description": "Z3 is a theorem prover from Microsoft Research",
"homepage": "https://github.com/Z3Prover/z3",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9329,7 +9329,7 @@
"port-version": 0
},
"z3": {
"baseline": "4.12.2",
"baseline": "4.12.4",
"port-version": 0
},
"z4kn4fein-semver": {
Expand Down
6 changes: 5 additions & 1 deletion versions/z-/z3.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"versions": [
{
"git-tree": "98aa7c18e339247b197bab014d1a52310ba39a7a",
"version": "4.12.4",
"port-version": 0
},
{
"git-tree": "dcef04d626f19434eaf9d2a3afb43d927bbd372e",
"version": "4.12.2",
"port-version": 0
},

{
"git-tree": "4c57981e593026824fe9bedff234a82c13765e29",
"version": "4.11.0",
Expand Down