mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:51:07 +08:00
[directx-dxc] Update for March 2024 patch 2 release (#37973)
This commit is contained in:
parent
3d94f2af26
commit
8d10e65967
@ -1,7 +1,7 @@
|
|||||||
set(VCPKG_POLICY_DLLS_IN_STATIC_LIBRARY enabled)
|
set(VCPKG_POLICY_DLLS_IN_STATIC_LIBRARY enabled)
|
||||||
|
|
||||||
set(DIRECTX_DXC_TAG v1.8.2403.1)
|
set(DIRECTX_DXC_TAG v1.8.2403.2)
|
||||||
set(DIRECTX_DXC_VERSION 2024_03_22)
|
set(DIRECTX_DXC_VERSION 2024_03_29)
|
||||||
|
|
||||||
if (NOT VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
|
if (NOT VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
|
||||||
message(STATUS "Note: ${PORT} always requires dynamic library linkage at runtime.")
|
message(STATUS "Note: ${PORT} always requires dynamic library linkage at runtime.")
|
||||||
@ -11,13 +11,13 @@ if (VCPKG_TARGET_IS_LINUX)
|
|||||||
vcpkg_download_distfile(ARCHIVE
|
vcpkg_download_distfile(ARCHIVE
|
||||||
URLS "https://github.com/microsoft/DirectXShaderCompiler/releases/download/${DIRECTX_DXC_TAG}/linux_dxc_${DIRECTX_DXC_VERSION}.x86_64.tar.gz"
|
URLS "https://github.com/microsoft/DirectXShaderCompiler/releases/download/${DIRECTX_DXC_TAG}/linux_dxc_${DIRECTX_DXC_VERSION}.x86_64.tar.gz"
|
||||||
FILENAME "linux_dxc_${DIRECTX_DXC_VERSION}.tar.gz"
|
FILENAME "linux_dxc_${DIRECTX_DXC_VERSION}.tar.gz"
|
||||||
SHA512 bcc277b4441d848c196531f1a7f89a9472a0d4f78a849a90d7c00682bf19c1cf4521d42ecbe87a76033767a4fa3129bcc3fc7dd2a6614a11378e1425bff498a9
|
SHA512 5d62ad6e05ffbffdd46e45ad4cf1aa0cd16ab240798a00a4f9e46ec51a4cdff2aeb19cca8167a20ce384b42a6a6ec34e3fde1a75cc08b5f0ff2dac42edda826b
|
||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
vcpkg_download_distfile(ARCHIVE
|
vcpkg_download_distfile(ARCHIVE
|
||||||
URLS "https://github.com/microsoft/DirectXShaderCompiler/releases/download/${DIRECTX_DXC_TAG}/dxc_${DIRECTX_DXC_VERSION}.zip"
|
URLS "https://github.com/microsoft/DirectXShaderCompiler/releases/download/${DIRECTX_DXC_TAG}/dxc_${DIRECTX_DXC_VERSION}.zip"
|
||||||
FILENAME "dxc_${DIRECTX_DXC_VERSION}.zip"
|
FILENAME "dxc_${DIRECTX_DXC_VERSION}.zip"
|
||||||
SHA512 eb227b427c8828c79d50278504746796a9247b4f11c9cb7528fe6d26a2d96bc297a74fa8cceb8b4dba9e0ed4ed0f23284ecfc46b71152cea7df8647adf7b08c9
|
SHA512 d8d33aaf9d1399d63237965567d179236edf6b4a003270ecd03fc5e31710995a68df74357a3059eafe03bd8b9e4fcaa5b540adb53e7360db455016164cfac052
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "directx-dxc",
|
"name": "directx-dxc",
|
||||||
"version-date": "2024-03-22",
|
"version-date": "2024-03-29",
|
||||||
"description": "DirectX Shader Compiler (LLVM/Clang)",
|
"description": "DirectX Shader Compiler (LLVM/Clang)",
|
||||||
"homepage": "https://github.com/microsoft/DirectXShaderCompiler",
|
"homepage": "https://github.com/microsoft/DirectXShaderCompiler",
|
||||||
"documentation": "https://github.com/microsoft/DirectXShaderCompiler/wiki",
|
"documentation": "https://github.com/microsoft/DirectXShaderCompiler/wiki",
|
||||||
|
@ -2213,7 +2213,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"directx-dxc": {
|
"directx-dxc": {
|
||||||
"baseline": "2024-03-22",
|
"baseline": "2024-03-29",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"directx-headers": {
|
"directx-headers": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "d250ca11acd097e948e7085316d0755889429ffd",
|
||||||
|
"version-date": "2024-03-29",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "24fb860c88062d3405c24b0a22101383f497f33b",
|
"git-tree": "24fb860c88062d3405c24b0a22101383f497f33b",
|
||||||
"version-date": "2024-03-22",
|
"version-date": "2024-03-22",
|
||||||
|
Loading…
Reference in New Issue
Block a user