mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[gdal] Add libarchive support (#41896)
This commit is contained in:
parent
6a150001c0
commit
1938443854
@ -22,6 +22,7 @@ vcpkg_replace_string("${SOURCE_PATH}/ogr/ogrsf_frmts/flatgeobuf/flatbuffers/base
|
||||
# "core" is used for a dependency which must be enabled to avoid vendored lib.
|
||||
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
FEATURES
|
||||
archive GDAL_USE_ARCHIVE
|
||||
cfitsio GDAL_USE_CFITSIO
|
||||
curl GDAL_USE_CURL
|
||||
expat GDAL_USE_EXPAT
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "gdal",
|
||||
"version-semver": "3.9.3",
|
||||
"port-version": 1,
|
||||
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
|
||||
"homepage": "https://gdal.org",
|
||||
"license": null,
|
||||
@ -41,6 +42,15 @@
|
||||
"default-features"
|
||||
],
|
||||
"features": {
|
||||
"archive": {
|
||||
"description": "Enable libarchive support",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "libarchive",
|
||||
"default-features": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"aws-ec2-windows": {
|
||||
"description": "Optimized detection of AWS EC2 Windows hosts",
|
||||
"dependencies": [
|
||||
|
@ -8,6 +8,7 @@
|
||||
{
|
||||
"name": "gdal",
|
||||
"features": [
|
||||
"archive",
|
||||
"freexl"
|
||||
]
|
||||
},
|
||||
|
@ -3026,7 +3026,7 @@
|
||||
},
|
||||
"gdal": {
|
||||
"baseline": "3.9.3",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"gdcm": {
|
||||
"baseline": "3.0.24",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "48387632dca0060dca76a899ebb693e2799d3d39",
|
||||
"version-semver": "3.9.3",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "f5682e9626c47a26f37e7578c3df847ddc3fe11c",
|
||||
"version-semver": "3.9.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user