From cf806a37fa3f42e8488e50bc4b62439462a1b5bb Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Wed, 16 Oct 2024 14:43:17 -0700 Subject: [PATCH] [direcxtmath] Update for version 3.20 (#41584) --- ports/directxmath/portfile.cmake | 4 ++-- ports/directxmath/vcpkg.json | 4 ++-- versions/baseline.json | 4 ++-- versions/d-/directxmath.json | 5 +++++ 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ports/directxmath/portfile.cmake b/ports/directxmath/portfile.cmake index 889efca7da..d74cc61c69 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 feb2024b - SHA512 c1d9eebebc6ad049ba8999f04a31e8b240783f597776ea3b38512ec6b272f27b233d1aea80fa0e4dac01ff3d52d33a0e800150383572d0d4def979dd74e6fbde + REF oct2024 + SHA512 501a3c8b51cd6d3d4fbcc511c2c37f1d0511bd84d546d5254c2bc81238c11242b9d62c7a153ee110dc9d96a0c7d2544428d8de832c943b680b0cb09d8e3760f2 HEAD_REF main ) diff --git a/ports/directxmath/vcpkg.json b/ports/directxmath/vcpkg.json index c247c1cede..1458bf1881 100644 --- a/ports/directxmath/vcpkg.json +++ b/ports/directxmath/vcpkg.json @@ -1,11 +1,11 @@ { "name": "directxmath", - "version-date": "2024-02-14", - "port-version": 1, + "version-date": "2024-10-15", "description": "DirectXMath SIMD C++ math library", "homepage": "https://github.com/Microsoft/DirectXMath", "documentation": "https://docs.microsoft.com/windows/win32/dxmath/directxmath-portal", "license": "MIT", + "supports": "!arm32", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/versions/baseline.json b/versions/baseline.json index 423511875e..b6c1b9db49 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2293,8 +2293,8 @@ "port-version": 0 }, "directxmath": { - "baseline": "2024-02-14", - "port-version": 1 + "baseline": "2024-10-15", + "port-version": 0 }, "directxmesh": { "baseline": "2024-09-04", diff --git a/versions/d-/directxmath.json b/versions/d-/directxmath.json index 6b2344f340..0252064b1c 100644 --- a/versions/d-/directxmath.json +++ b/versions/d-/directxmath.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b842f51d9302c1c46491b4481947be89005c3936", + "version-date": "2024-10-15", + "port-version": 0 + }, { "git-tree": "785a609b10fad1343aea267a513e8bbd49334fb0", "version-date": "2024-02-14",