Skip to content

Commit f162e08

Browse files
authored
Update llvm and z3 (#941)
* Update Z3 to 4.8.16 * Update LLVM to 14.0.3
1 parent decdff4 commit f162e08

File tree

6 files changed

+7
-142
lines changed

6 files changed

+7
-142
lines changed

ports/llvm-14/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
set(LLVM_VERSION "14.0.1")
1+
set(LLVM_VERSION "14.0.3")
22

33
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
44

55
vcpkg_from_github(
66
OUT_SOURCE_PATH SOURCE_PATH
77
REPO llvm/llvm-project
88
REF llvmorg-${LLVM_VERSION}
9-
SHA512 0a15aa9cfc978a7b03a1659a2affad65ede66d280f5c12bf0beaaf194cd7bdd57ff438b5f40e64c1e1b88f368de99be349e9d30b544d2bbe4a50f0ebed3307f2
9+
SHA512 511e93fd9b1c414c38fe9e2649679ac0b16cb04f7f7838569d187b04c542a185e364d6db73e96465026e3b2533649eb75ac95507d12514af32b28bdfb66f2646
1010
HEAD_REF master
1111
PATCHES
1212
0001-fix-install-tools-path.patch

ports/llvm-14/vcpkg.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "llvm-14",
3-
"version": "14.0.1",
4-
"port-version": 0,
3+
"version": "14.0.3",
54
"description": "The LLVM Compiler Infrastructure.",
65
"homepage": "https://llvm.org",
76
"supports": "!uwp & !(arm & windows)",

ports/z3/fix-32-bit-build.patch

Lines changed: 0 additions & 132 deletions
This file was deleted.

ports/z3/portfile.cmake

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ vcpkg_add_to_path("${PYTHON3_DIR}")
55
vcpkg_from_github(
66
OUT_SOURCE_PATH SOURCE_PATH
77
REPO Z3Prover/z3
8-
REF z3-4.8.15
9-
SHA512 7b08dec5b035a38edc90c4c491f508fd9ed227357de94400169db53d4c59382bd6a81ae6615771023a06534a3aa92668844f0ebfcc2a3b5ef4bba957426a0c6c
8+
REF z3-4.8.16
9+
SHA512 385f6e1ee075b9eadb5aad338657a81f518eef382b99ce623448a630b79f5d414ebccfd1bb5e959626f0b82ef54a5f20326814ae988b5688d51578de6fb69615
1010
HEAD_REF master
1111
PATCHES
1212
fix-install-path.patch
1313
remove-flag-overrides.patch
14-
fix-32-bit-build.patch
1514
)
1615

1716
if (VCPKG_LIBRARY_LINKAGE STREQUAL "static")

ports/z3/remove-flag-overrides.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ index 477410ba8..fcca03917 100644
77
cmake_minimum_required(VERSION 3.4)
88

99
-set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX "${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_compiler_flags_overrides.cmake")
10-
project(Z3 VERSION 4.8.15.0 LANGUAGES CXX)
10+
project(Z3 VERSION 4.8.16.0 LANGUAGES CXX)
1111

1212
################################################################################

ports/z3/vcpkg.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "z3",
3-
"version": "4.8.15",
4-
"port-version": 1,
3+
"version": "4.8.16",
54
"description": "Z3 is a theorem prover from Microsoft Research",
65
"homepage": "https://github.com/Z3Prover/z3",
76
"license": "MIT",

0 commit comments

Comments
 (0)