Skip to content

Commit

Permalink
[Vc] Update to 1.4.2 (#18601)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Jul 1, 2021
1 parent 3ca51a7 commit ffa4f9d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 1 addition & 2 deletions ports/vc/CONTROL
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Source: vc
Version: 1.4.1
Port-Version: 1
Version: 1.4.2
Homepage: https://github.com/VcDevel/Vc
Description: SIMD Vector Classes for C++ .
Supports: !arm64
4 changes: 2 additions & 2 deletions ports/vc/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_fail_port_install(ON_ARCH "arm64")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO VcDevel/Vc
REF 1.4.1
SHA512 dd17e214099796c41d70416d365ea038c00c5fda285b05e48d7ee4fe03f4db2671d2be006ca7b98b0d4133bfcb57faf04cecfe35c29c3b006cd91c9a185cc04a
REF 1.4.2
SHA512 9a929cd48bdf6b8e94765bd649e7ec42b10dea28e36eff288223d72cffa5f4fc8693e942aa3f780b42d8a0c1824fcabff22ec0622aa8ea5232c9123858b8bbbf
HEAD_REF 1.4
PATCHES
"correct_cmake_config_path.patch"
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6497,8 +6497,8 @@
"port-version": 0
},
"vc": {
"baseline": "1.4.1",
"port-version": 1
"baseline": "1.4.2",
"port-version": 0
},
"vcglib": {
"baseline": "1.0.1",
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": "510cde85ec14ef88187857247829183c1c275f63",
"version-string": "1.4.2",
"port-version": 0
},
{
"git-tree": "1ab229fb781ff549e05917c4ec46a1fcd6bd1a3a",
"version-string": "1.4.1",
Expand Down

0 comments on commit ffa4f9d

Please sign in to comment.