diff options
| author | Alex Reinking <alex.reinking@gmail.com> | 2021-07-01 07:24:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-01 07:24:48 -0700 |
| commit | 72ee11d37a63f03b9941626375fbd17d8072ea9a (patch) | |
| tree | e353c9d80a61480e26a4398789006c16feef39fd /versions | |
| parent | ab3a2b5e09d4b71d48b7e9cf51d93c64f50cfc53 (diff) | |
| download | vcpkg-72ee11d37a63f03b9941626375fbd17d8072ea9a.tar.gz vcpkg-72ee11d37a63f03b9941626375fbd17d8072ea9a.zip | |
[halide] Fix several issues with the Halide port after v12 (#18747)
* Fix several issues with the Halide port after v12
1. Use vcpkg-cmake and vcpkg-cmake-config ports
2. Fix usage file to point to relevant documentation
3. Remove OpenGL feature (Halide 12 dropped support)
4. Drop VCPKG_POLICY_EMPTY_PACKAGE
5. Set new Halide packaging variables for better vcpkg compliance.
* update versions
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/h-/halide.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index a63cc64c3..8b8873fec 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2458,7 +2458,7 @@ }, "halide": { "baseline": "12.0.1", - "port-version": 0 + "port-version": 1 }, "happly": { "baseline": "2021-03-19", diff --git a/versions/h-/halide.json b/versions/h-/halide.json index 9d1bf20db..8a2628d86 100644 --- a/versions/h-/halide.json +++ b/versions/h-/halide.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "512cb4dd40ca40afbf0c6a35f7bdc595589a0b10", + "version": "12.0.1", + "port-version": 1 + }, + { "git-tree": "50e2c4835a57bb4a172c4b82b2a0e0a3077088ab", "version": "12.0.1", "port-version": 0 |
