Skip to content

Commit

Permalink
[halide] Update version to 18.0.0 (#41898)
Browse files Browse the repository at this point in the history
Co-authored-by: Jon <[email protected]>
  • Loading branch information
JonLiu1993 and Jon authored Nov 4, 2024
1 parent 4f746bc commit ee27d75
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/halide/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
3 changes: 1 addition & 2 deletions ports/halide/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions versions/h-/halide.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ef0d66c94e06585d576e942fbd63e7a32bfa7e54",
"version": "18.0.0",
"port-version": 0
},
{
"git-tree": "cdced195e1ecb05af078e7d0ba4ba58106397330",
"version": "17.0.1",
Expand Down

0 comments on commit ee27d75

Please sign in to comment.