diff options
| author | Alex Reinking <alex.reinking@gmail.com> | 2021-02-19 13:01:11 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-19 13:01:11 -0800 |
| commit | 82dac2695073b6113c566226329d63f2fbc2ec78 (patch) | |
| tree | b2ea0c4dd21aca8e1a07df4de916924ea67fa33e | |
| parent | 8ede7e82b2fe816803c023a201c017cca0d6238a (diff) | |
| download | vcpkg-82dac2695073b6113c566226329d63f2fbc2ec78.tar.gz vcpkg-82dac2695073b6113c566226329d63f2fbc2ec78.zip | |
[halide] Update Halide to 11.0.1 (#16246)
* Update Halide to 11.0.0
* test PR branch
* run vcpkg x-add-version halide
* switch back to release/11.x
* rerun x-add-version
* update usage
* update Halide to 11.0.1
* ./vcpkg x-add-version halide --overwrite-version
| -rw-r--r-- | ports/halide/CONTROL | 2 | ||||
| -rw-r--r-- | ports/halide/portfile.cmake | 7 | ||||
| -rw-r--r-- | ports/halide/usage | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/h-/halide.json | 5 |
5 files changed, 11 insertions, 7 deletions
diff --git a/ports/halide/CONTROL b/ports/halide/CONTROL index b41d28226..8ffcc93dd 100644 --- a/ports/halide/CONTROL +++ b/ports/halide/CONTROL @@ -1,5 +1,5 @@ Source: halide
-Version: 10.0.0
+Version: 11.0.1
Homepage: https://github.com/halide/Halide
Description: Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines.
Supports: !uwp
diff --git a/ports/halide/portfile.cmake b/ports/halide/portfile.cmake index c10b55531..b8e08adda 100644 --- a/ports/halide/portfile.cmake +++ b/ports/halide/portfile.cmake @@ -8,9 +8,9 @@ set(VCPKG_POLICY_EMPTY_PACKAGE enabled) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO halide/Halide - REF fa9d6e1fa40c449883a7d64ca1fbc58ec94259af # refs/tags/v10.0.0 - SHA512 e6da0b0798d921443a946159a67db8631e423d5bdd738c59ac872c1113cd40223f02f2bc63b3e7d6001eebb4c6b85a9229030f17f6082ae4e7c489d5612b966c - HEAD_REF release/10.x + REF 85c1b91c47ce15aab0d9502d955e48615f3bcee0 # v11.0.1 + SHA512 3bfdf9fc82d56d099cf74b6683c0017724c1c4ae791e824f5ef3b4d4c1dcb52dd5adddb740ccf6b073b71fcbb748238f42040071ddb64c155f8fdc2709b8121d + HEAD_REF release/11.x ) vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS @@ -33,7 +33,6 @@ vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} PREFER_NINJA OPTIONS ${FEATURE_OPTIONS} - -DWITH_APPS=NO -DWITH_DOCS=NO -DWITH_PYTHON_BINDINGS=NO -DWITH_TESTS=NO diff --git a/ports/halide/usage b/ports/halide/usage index aa40a7dec..117e243b6 100644 --- a/ports/halide/usage +++ b/ports/halide/usage @@ -11,4 +11,4 @@ The package halide provides CMake targets: target_link_libraries(main PRIVATE filter)
For more information see:
- https://github.com/halide/Halide/blob/v10.0.0/README_cmake.md
+ https://github.com/halide/Halide/blob/v11.0.1/README_cmake.md
diff --git a/versions/baseline.json b/versions/baseline.json index 1d0d0c319..42beefc0d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2365,7 +2365,7 @@ "port-version": 0 }, "halide": { - "baseline": "10.0.0", + "baseline": "11.0.1", "port-version": 0 }, "harfbuzz": { diff --git a/versions/h-/halide.json b/versions/h-/halide.json index d96ad78c5..ba54cd369 100644 --- a/versions/h-/halide.json +++ b/versions/h-/halide.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "eea72c77e90fcc209eafe9906f8b035ec64af984", + "version-string": "11.0.1", + "port-version": 0 + }, + { "git-tree": "c1c73129b398eeb00757d2e09fec220dafa7d0c9", "version-string": "10.0.0", "port-version": 0 |
