diff --git a/ports/vc/Fix-internal-func-export.patch b/ports/vc/Fix-internal-func-export.patch deleted file mode 100644 index a06321649dd594..00000000000000 --- a/ports/vc/Fix-internal-func-export.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/src/support_x86.cpp b/src/support_x86.cpp -index 0ab9669..d5c17ba 100644 ---- a/src/support_x86.cpp -+++ b/src/support_x86.cpp -@@ -58,8 +58,9 @@ static inline bool xgetbvCheck(unsigned int bits) - #endif - } - --Vc_TARGET_NO_SIMD --bool isImplementationSupported(Implementation impl) -+ -+Vc_TARGET_NO_SIMD -+bool Vc_VDECL isImplementationSupported(Vc::Implementation impl) - { - CpuId::init(); - diff --git a/ports/vc/portfile.cmake b/ports/vc/portfile.cmake index d185dd587fecbd..91ced9f34e326c 100644 --- a/ports/vc/portfile.cmake +++ b/ports/vc/portfile.cmake @@ -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( diff --git a/ports/vc/vcpkg.json b/ports/vc/vcpkg.json index 09bb050102a37f..965a2141462ba4 100644 --- a/ports/vc/vcpkg.json +++ b/ports/vc/vcpkg.json @@ -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", diff --git a/versions/baseline.json b/versions/baseline.json index c9152a143a7398..38f7e4cfc20477 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8601,7 +8601,7 @@ "port-version": 0 }, "vc": { - "baseline": "1.4.3", + "baseline": "1.4.4", "port-version": 0 }, "vcglib": { diff --git a/versions/v-/vc.json b/versions/v-/vc.json index f1232fc14d8b6a..14fb131a9d48e3 100644 --- a/versions/v-/vc.json +++ b/versions/v-/vc.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "219677dca49bb75959b61537111daca726e52a86", + "version": "1.4.4", + "port-version": 0 + }, { "git-tree": "933ac99201b15104edd8037e8bcc7959d36a6d67", "version": "1.4.3",