aboutsummaryrefslogtreecommitdiff
path: root/ports/directxmath
diff options
context:
space:
mode:
authorChuck Walbourn <walbourn@users.noreply.github.com>2021-01-12 20:01:37 -0800
committerGitHub <noreply@github.com>2021-01-12 20:01:37 -0800
commit3fcfccf0ca97cfd3e9f98da5d152e2d38d75ed34 (patch)
tree3b39cb3a8f7463087d0cc0494492f7597f8c5fb8 /ports/directxmath
parent2dd2e623455c79f53914f403280071b40a0bb2c8 (diff)
downloadvcpkg-3fcfccf0ca97cfd3e9f98da5d152e2d38d75ed34.tar.gz
vcpkg-3fcfccf0ca97cfd3e9f98da5d152e2d38d75ed34.zip
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
Diffstat (limited to 'ports/directxmath')
-rw-r--r--ports/directxmath/CONTROL2
-rw-r--r--ports/directxmath/portfile.cmake5
2 files changed, 4 insertions, 3 deletions
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(