Skip to content

Commit

Permalink
Merge pull request microsoft#2859 from UnaNancyOwen/update_halide
Browse files Browse the repository at this point in the history
[halide] Update to release_2018_02_15
  • Loading branch information
alexkaratarakis authored Feb 23, 2018
2 parents 3b636f8 + 2fac08c commit 896b3d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/halide/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: halide
Version: release_2017_10_30
Version: release_2018_02_15
Description: Halide is a programming language designed to make it easier to write high-performance image processing code on modern machines.
8 changes: 4 additions & 4 deletions ports/halide/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ endif()

if(VCPKG_TARGET_ARCHITECTURE STREQUAL "x86")
set(TARGET_ARCHITECTURE 32)
set(FILE_HASH 99e9f05629213f99ba0b2ae088e2356842841604346a2871b05bf933a2a4712528ad1a38861f54478c16b99686ce615f97254b00c09b92b540c7afa1b0b0bb8f)
set(FILE_HASH 4de27307f3355c318f21497a5b8641d215dbfbe2beb55472b9108e96aa9190300a5a8559f0c5e2788b56103f8284807e293ca362dee22adba62ae0f3b021766f)
elseif(VCPKG_TARGET_ARCHITECTURE STREQUAL "x64")
set(TARGET_ARCHITECTURE 64)
set(FILE_HASH aa699684321e779898ff09dc02163347dce355fa5d47fe673191e2323e28cc5b6554dfd51f39cc9c231ba8b07927f36e99b8489e4f7eb871ebaf6e377fc33cfc)
set(FILE_HASH a751c263335cbef725554b9a9b7b71811c0872d97109af5339124cb1db291a6f7e0bfb712f19982829477bf4fa2ad3c70ca5353b73697d1984504257b0894798)
else()
message(FATAL_ERROR "Error: halide does not support the ${VCPKG_TARGET_ARCHITECTURE} architecture.")
endif()

set(COMMIT_HASH 3af238615667312dcb46607752e3ae5d0ec5d713)
set(RELEASE_DATE 2017_10_30)
set(COMMIT_HASH 46d8e9e0cdae456489f1eddfd6d829956fc3c843)
set(RELEASE_DATE 2018_02_15)

set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/halide-win-${TARGET_ARCHITECTURE}-distro-trunk-${COMMIT_HASH})
vcpkg_download_distfile(ARCHIVE
Expand Down

0 comments on commit 896b3d9

Please sign in to comment.