From deab8d5b71ee60d8560499c5b691a121f1e4d756 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Thu, 7 Mar 2024 22:53:32 -0800 Subject: [PATCH] [directxmath] port update to fix include path in pkgconfig (#37151) The include path in the generated pkgconfig was incorrect. This updates the port to use the version upstream with this fix. --- ports/directxmath/portfile.cmake | 4 ++-- ports/directxmath/vcpkg.json | 1 + versions/baseline.json | 2 +- versions/d-/directxmath.json | 5 +++++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ports/directxmath/portfile.cmake b/ports/directxmath/portfile.cmake index 1604ba7c8b..889efca7da 100644 --- a/ports/directxmath/portfile.cmake +++ b/ports/directxmath/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Microsoft/DirectXMath - REF feb2024 - SHA512 01bd31dcf22d6800b9c0d6a102fd87a22ed2e113525775c95b56b0c8dc7268627b8c1386cf7296224951e8d96231b1feb3e3471f8c35a169a672b1134acf39fa + REF feb2024b + SHA512 c1d9eebebc6ad049ba8999f04a31e8b240783f597776ea3b38512ec6b272f27b233d1aea80fa0e4dac01ff3d52d33a0e800150383572d0d4def979dd74e6fbde HEAD_REF main ) diff --git a/ports/directxmath/vcpkg.json b/ports/directxmath/vcpkg.json index 6c6d589ff0..c247c1cede 100644 --- a/ports/directxmath/vcpkg.json +++ b/ports/directxmath/vcpkg.json @@ -1,6 +1,7 @@ { "name": "directxmath", "version-date": "2024-02-14", + "port-version": 1, "description": "DirectXMath SIMD C++ math library", "homepage": "https://github.com/Microsoft/DirectXMath", "documentation": "https://docs.microsoft.com/windows/win32/dxmath/directxmath-portal", diff --git a/versions/baseline.json b/versions/baseline.json index 1d664e7981..7f9f8ad773 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2214,7 +2214,7 @@ }, "directxmath": { "baseline": "2024-02-14", - "port-version": 0 + "port-version": 1 }, "directxmesh": { "baseline": "2024-02-21", diff --git a/versions/d-/directxmath.json b/versions/d-/directxmath.json index 5c4df051e5..6b2344f340 100644 --- a/versions/d-/directxmath.json +++ b/versions/d-/directxmath.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "785a609b10fad1343aea267a513e8bbd49334fb0", + "version-date": "2024-02-14", + "port-version": 1 + }, { "git-tree": "9a81c3f765820ce7b53f4ffbf4f0e4bfba0e4a29", "version-date": "2024-02-14",