mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[arrow] Add option -DARROW_FLIGHT_SQL (#36172)
* add flight-sql * update version --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
parent
4803f65e11
commit
a14456f6fb
@ -23,6 +23,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
dataset ARROW_DATASET
|
||||
filesystem ARROW_FILESYSTEM
|
||||
flight ARROW_FLIGHT
|
||||
flight ARROW_FLIGHT_SQL
|
||||
gcs ARROW_GCS
|
||||
jemalloc ARROW_JEMALLOC
|
||||
json ARROW_JSON
|
||||
@ -133,4 +134,4 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/doc")
|
||||
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt" "${SOURCE_PATH}/NOTICE.txt")
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "arrow",
|
||||
"version": "14.0.2",
|
||||
"port-version": 1,
|
||||
"description": "Cross-language development platform for in-memory analytics",
|
||||
"homepage": "https://arrow.apache.org",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "93a9cd414e5d170755234571e42746b413b7deb3",
|
||||
"version": "14.0.2",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "a8cadbfff7756e4b3ae2589f7312f80b82e0ff88",
|
||||
"version": "14.0.2",
|
||||
|
@ -238,7 +238,7 @@
|
||||
},
|
||||
"arrow": {
|
||||
"baseline": "14.0.2",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"arsenalgear": {
|
||||
"baseline": "2.1.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user