Skip to content

Commit

Permalink
[Vc] Update to 1.4.4 (microsoft#34299)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber authored Oct 6, 2023
1 parent 01b55e1 commit 7e4d2ff
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 21 deletions.
16 changes: 0 additions & 16 deletions ports/vc/Fix-internal-func-export.patch

This file was deleted.

5 changes: 2 additions & 3 deletions ports/vc/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO VcDevel/Vc
REF 1.4.3
SHA512 7c0c4ccf8c7c4585334482135f2daf1a5bc088114b880093893583bdcea1fbfcec02485da6059304c510c8b1bb1b768ef04fd7ac8ccb21b9ebbad5d0d5babaef
REF 1.4.4
SHA512 b8aa0a45637dd1e0cc23f074d023b677aab570dd4a78cff94e4c2d832afb841c1b421077ae9c848a40aa4beb50ed2e31fdf075738496856ff8fe3ea1d0acba07
HEAD_REF 1.4
PATCHES
correct_cmake_config_path.patch
Fix-internal-func-export.patch #remove it in next version
)

vcpkg_cmake_configure(
Expand Down
2 changes: 1 addition & 1 deletion ports/vc/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vc",
"version": "1.4.3",
"version": "1.4.4",
"description": "SIMD Vector Classes for C++ .",
"homepage": "https://github.com/VcDevel/Vc",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8601,7 +8601,7 @@
"port-version": 0
},
"vc": {
"baseline": "1.4.3",
"baseline": "1.4.4",
"port-version": 0
},
"vcglib": {
Expand Down
5 changes: 5 additions & 0 deletions versions/v-/vc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "219677dca49bb75959b61537111daca726e52a86",
"version": "1.4.4",
"port-version": 0
},
{
"git-tree": "933ac99201b15104edd8037e8bcc7959d36a6d67",
"version": "1.4.3",
Expand Down

0 comments on commit 7e4d2ff

Please sign in to comment.