[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.
This commit is contained in:
Chuck Walbourn 2024-03-07 22:53:32 -08:00 committed by GitHub
parent b3a4e5aa3c
commit deab8d5b71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 3 deletions

View File

@ -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
)

View File

@ -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",

View File

@ -2214,7 +2214,7 @@
},
"directxmath": {
"baseline": "2024-02-14",
"port-version": 0
"port-version": 1
},
"directxmesh": {
"baseline": "2024-02-21",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "785a609b10fad1343aea267a513e8bbd49334fb0",
"version-date": "2024-02-14",
"port-version": 1
},
{
"git-tree": "9a81c3f765820ce7b53f4ffbf4f0e4bfba0e4a29",
"version-date": "2024-02-14",