mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-23 23:49:06 +08:00
[halide] Update version to 18.0.0 (#41898)
Co-authored-by: Jon <v-zhli17@microsoft.com>
This commit is contained in:
parent
4f746bc664
commit
ee27d75fc4
@ -3,7 +3,7 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO halide/Halide
|
||||
REF 8864e8ac1c0bb460f0034e9c46f7f944afad3a19 # unreleased version with LLVM 18 support
|
||||
REF "${VERSION}"
|
||||
SHA512 286cbef25b5cc0f5095cbc80a2fd1cacf369948c58c14406ac6bcc28a7a37c81417d601975083f03670e22276a1886b8801bdc91aa6fe80049a276a1c8fd08b9
|
||||
HEAD_REF main
|
||||
)
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "halide",
|
||||
"version": "17.0.1",
|
||||
"port-version": 1,
|
||||
"version": "18.0.0",
|
||||
"description": "Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines.",
|
||||
"homepage": "https://github.com/halide/Halide",
|
||||
"license": "MIT",
|
||||
|
@ -3413,8 +3413,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"halide": {
|
||||
"baseline": "17.0.1",
|
||||
"port-version": 1
|
||||
"baseline": "18.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"happly": {
|
||||
"baseline": "2021-03-19",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ef0d66c94e06585d576e942fbd63e7a32bfa7e54",
|
||||
"version": "18.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "cdced195e1ecb05af078e7d0ba4ba58106397330",
|
||||
"version": "17.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user