mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 15:29:01 +08:00
68fc55c971
* update
* update
* update
* Update portfile.cmake
* update
* Revert "update"
This reverts commit 103cc600cf
.
* update
* Update portfile.cmake
* update
* update
* update
* update
* update
* update
* update
* fix linux build
* fix linux libxml2 error
* Update gdal.json
* Update ports/gdal/vcpkg.json
* update version record
* update gdal to 3.2.2
* update version
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
46 lines
899 B
JSON
46 lines
899 B
JSON
{
|
|
"name": "gdal",
|
|
"version-semver": "3.2.2",
|
|
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
|
|
"homepage": "https://gdal.org",
|
|
"supports": "!arm",
|
|
"dependencies": [
|
|
"cfitsio",
|
|
"curl",
|
|
"expat",
|
|
"geos",
|
|
"giflib",
|
|
"hdf5",
|
|
{
|
|
"name": "json-c",
|
|
"platform": "!windows"
|
|
},
|
|
"libgeotiff",
|
|
"liblzma",
|
|
"libpng",
|
|
"libpq",
|
|
"libwebp",
|
|
"libxml2",
|
|
"netcdf-c",
|
|
"openjpeg",
|
|
"proj4",
|
|
"sqlite3",
|
|
"zlib",
|
|
"zstd"
|
|
],
|
|
"features": {
|
|
"libspatialite": {
|
|
"description": "Create or update SpatiaLite databases using libspatialite",
|
|
"dependencies": [
|
|
"libspatialite"
|
|
]
|
|
},
|
|
"mysql-libmariadb": {
|
|
"description": "Add mysql support using libmariadb",
|
|
"dependencies": [
|
|
"libmariadb"
|
|
]
|
|
}
|
|
}
|
|
}
|