mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-01 13:37:55 +08:00
5d191e6cb3
* 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>
56 lines
1.1 KiB
JSON
56 lines
1.1 KiB
JSON
{
|
|
"name": "gdal",
|
|
"version-semver": "3.2.2",
|
|
"port-version": 6,
|
|
"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",
|
|
"libjpeg-turbo",
|
|
"liblzma",
|
|
"libpng",
|
|
"libpq",
|
|
"libwebp",
|
|
"libxml2",
|
|
"netcdf-c",
|
|
"openjpeg",
|
|
"proj4",
|
|
"sqlite3",
|
|
"tiff",
|
|
"zlib",
|
|
"zstd"
|
|
],
|
|
"features": {
|
|
"libspatialite": {
|
|
"description": "Create or update SpatiaLite databases using libspatialite",
|
|
"dependencies": [
|
|
"libspatialite"
|
|
]
|
|
},
|
|
"mysql-libmariadb": {
|
|
"description": "Add mysql support using libmariadb",
|
|
"dependencies": [
|
|
"libmariadb"
|
|
]
|
|
},
|
|
"system-libraries": {
|
|
"$supports": "!windows",
|
|
"description": "Include drivers which need additional libraries"
|
|
},
|
|
"tools": {
|
|
"description": "Builds gdal and ogr executables"
|
|
}
|
|
}
|
|
}
|