Skip to content

Commit 06b5f4a

Browse files
authored
[gdal] ios compatibility (#27259)
1 parent a277ec2 commit 06b5f4a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ports/gdal/vcpkg.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "gdal",
33
"version-semver": "3.5.2",
4+
"port-version": 1,
45
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
56
"homepage": "https://gdal.org",
67
"license": null,
@@ -82,7 +83,7 @@
8283
"hdf5",
8384
"netcdf"
8485
],
85-
"platform": "!uwp & !(windows & arm64) & !android"
86+
"platform": "!uwp & !(windows & arm64) & !android & !ios"
8687
},
8788
"giflib",
8889
"libiconv",

versions/baseline.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2534,7 +2534,7 @@
25342534
},
25352535
"gdal": {
25362536
"baseline": "3.5.2",
2537-
"port-version": 0
2537+
"port-version": 1
25382538
},
25392539
"gdcm": {
25402540
"baseline": "3.0.12",

versions/g-/gdal.json

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "e3314fa33861c06a566a2727e443b8fabeef022f",
5+
"version-semver": "3.5.2",
6+
"port-version": 1
7+
},
38
{
49
"git-tree": "f88341b75df68d585c06df3ed7b7b0a5412ae986",
510
"version-semver": "3.5.2",

0 commit comments

Comments
 (0)