Skip to content

Commit

Permalink
fix: update dml
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Oct 16, 2024
1 parent 90f80a7 commit d686e93
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions vcpkg-overlay/ports/directml-bin/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)

set(VERSION 1.5.1)

vcpkg_download_distfile(ARCHIVE
URLS "https://www.nuget.org/api/v2/package/Microsoft.AI.DirectML/1.14.1"
FILENAME "Microsoft.AI.DirectML.1.14.1.nupkg"
SHA512 362be04b10c5a443250909e0d57b2dc3e0e709e0651578cfea8a702e2d295b78d3d058533e728d1edd61963750c76359552dd02b1a66e8a55635347b73796637
URLS "https://www.nuget.org/api/v2/package/Microsoft.AI.DirectML/${VERSION}"
FILENAME "Microsoft.AI.DirectML.${VERSION}.nupkg"
SKIP_SHA512
)

vcpkg_extract_source_archive(
Expand Down

0 comments on commit d686e93

Please sign in to comment.