From 3fcfccf0ca97cfd3e9f98da5d152e2d38d75ed34 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Tue, 12 Jan 2021 20:01:37 -0800 Subject: directxmesh, directxtex, and uvatlas now support linux (#15554) * Update for directx-headers release 1.0.1 * DirectXMesh, DirectXTex, and UVAtlas now support Linux * Updated hashes and bins * Fix linux builds * Fixed directxtex[openexr] for x64-linux * Removed stray file * directxmath hot-fix for GCC arm64 * Fixed hash * Hash fix again * x64-linux CIs use GCC 7, but I require GCC 9 * Added warning message for GCC 9 requirement --- ports/directxmath/CONTROL | 2 +- ports/directxmath/portfile.cmake | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'ports/directxmath') diff --git a/ports/directxmath/CONTROL b/ports/directxmath/CONTROL index 6471db4e8..bbd86fa2e 100644 --- a/ports/directxmath/CONTROL +++ b/ports/directxmath/CONTROL @@ -1,4 +1,4 @@ Source: directxmath -Version: dec2020b +Version: jan2021 Homepage: https://walbourn.github.io/introducing-directxmath/ Description: DirectXMath SIMD C++ math library diff --git a/ports/directxmath/portfile.cmake b/ports/directxmath/portfile.cmake index 872f7d933..b9a509eda 100644 --- a/ports/directxmath/portfile.cmake +++ b/ports/directxmath/portfile.cmake @@ -1,9 +1,10 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Microsoft/DirectXMath - REF dec2020b - SHA512 59f2e7024b145e09ec40639627344175e77db0527888dce07a6e5785cb240ed163c8d5b063222226ddd1af8128de1d842ff15a1f6e9f5e1e1a14dfd2da1a270b + REF jan2021 + SHA512 8288f9e4d30b4947e98122f298ca25b8e2f82091c1257d3a0fd4d8de44c4c9a97d4549c105b388afbefad11ad6f30429e875e3e70eb4aa7865be6d4c08d6d1f3 HEAD_REF master + FILE_DISAMBIGUATOR 2 ) vcpkg_configure_cmake( -- cgit v1.2.3