aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorAlex Reinking <alex.reinking@gmail.com>2021-02-19 13:01:11 -0800
committerGitHub <noreply@github.com>2021-02-19 13:01:11 -0800
commit82dac2695073b6113c566226329d63f2fbc2ec78 (patch)
treeb2ea0c4dd21aca8e1a07df4de916924ea67fa33e /ports
parent8ede7e82b2fe816803c023a201c017cca0d6238a (diff)
downloadvcpkg-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
Diffstat (limited to 'ports')
-rw-r--r--ports/halide/CONTROL2
-rw-r--r--ports/halide/portfile.cmake7
-rw-r--r--ports/halide/usage2
3 files changed, 5 insertions, 6 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