diff options
| author | Zheng Xueke <46664191+xiaoke0O@users.noreply.github.com> | 2021-10-12 01:33:21 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-11 10:33:21 -0700 |
| commit | 5d191e6cb3a05ae832dc2988bffec45695bed0ad (patch) | |
| tree | 6b7d0a824b207ce91f105fd85908594fd8f07532 /versions | |
| parent | ad6bce211e3d5e0bdfcbc32391e2e011e93d5f7a (diff) | |
| download | vcpkg-5d191e6cb3a05ae832dc2988bffec45695bed0ad.tar.gz vcpkg-5d191e6cb3a05ae832dc2988bffec45695bed0ad.zip | |
[gdal] add hdf5 support on windows (#20540)
* add gdal hdf5 format support on windows
* add gdal hdf5 format support on windows:run x-add-version
* remove lib EXISTS check
Co-authored-by: Billy O'Neal <bion@microsoft.com>
* remove lib EXISTS check : fix git-tree
* Delete ports/gdal/dependency_win.cmake extra Spaces
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* delete unnecessary blank lines: update git-tree
Co-authored-by: Billy O'Neal <bion@microsoft.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/g-/gdal.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index a1adb4c6c..ca60196de 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2322,7 +2322,7 @@ }, "gdal": { "baseline": "3.2.2", - "port-version": 5 + "port-version": 6 }, "gdcm": { "baseline": "3.0.7", diff --git a/versions/g-/gdal.json b/versions/g-/gdal.json index bf73dab76..732c1533e 100644 --- a/versions/g-/gdal.json +++ b/versions/g-/gdal.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "15009f5f5d2867c594d8148d79cccbe964432465", + "version-semver": "3.2.2", + "port-version": 6 + }, + { "git-tree": "3f821ae473a38c3ceac861552f560da4a9109ff8", "version-semver": "3.2.2", "port-version": 5 |
