[z3] Update to 4.12.6 (#36958)

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
This commit is contained in:
Bruce Mitchener 2024-02-27 15:12:25 +07:00 committed by GitHub
parent ea7f0065a1
commit 72938b656e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 4 deletions

View File

@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Z3Prover/z3
REF z3-${VERSION}
SHA512 b5055468d1380c54b959f826e10846c323c0ef73cf6bba0970e187c38cabd5869786261cd9b89a89d8369144417180870627782bf705e5494286dfe75053c9a7
SHA512 10883877d20adbd229ad4bf65a9b50660d93d85514f933865f06920efd697f51ce34e502fbe451d4c1b2251f13d597050b8277036d4011d9c0f196111d681f8f
HEAD_REF master
PATCHES
fix-install-path.patch

View File

@ -7,6 +7,6 @@ index 477410ba8..fcca03917 100644
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.5.0 LANGUAGES CXX)
project(Z3 VERSION 4.12.6.0 LANGUAGES CXX)
################################################################################

View File

@ -1,6 +1,6 @@
{
"name": "z3",
"version": "4.12.5",
"version": "4.12.6",
"description": "Z3 is a theorem prover from Microsoft Research",
"homepage": "https://github.com/Z3Prover/z3",
"license": "MIT",

View File

@ -9473,7 +9473,7 @@
"port-version": 0
},
"z3": {
"baseline": "4.12.5",
"baseline": "4.12.6",
"port-version": 0
},
"z4kn4fein-semver": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "03f1783abbbb6d024a084bfd6f448ec5b02c06b6",
"version": "4.12.6",
"port-version": 0
},
{
"git-tree": "294ec73e2b15fd55e0ac922bcaffad517366dbba",
"version": "4.12.5",