mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[arrow] Add 'compute' feature to arrow (#35492)
This commit is contained in:
parent
5a499da390
commit
1226ef677d
@ -17,6 +17,7 @@ vcpkg_extract_source_archive(
|
||||
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
FEATURES
|
||||
acero ARROW_ACERO
|
||||
compute ARROW_COMPUTE
|
||||
csv ARROW_CSV
|
||||
cuda ARROW_CUDA
|
||||
dataset ARROW_DATASET
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "arrow",
|
||||
"version": "14.0.1",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "Cross-language development platform for in-memory analytics",
|
||||
"homepage": "https://arrow.apache.org",
|
||||
"license": "Apache-2.0",
|
||||
@ -41,6 +41,9 @@
|
||||
"acero": {
|
||||
"description": "Acero support"
|
||||
},
|
||||
"compute": {
|
||||
"description": "Build all computational kernel functions"
|
||||
},
|
||||
"csv": {
|
||||
"description": "CSV support"
|
||||
},
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f73c538acb0a7dbda211654b354286af98b399f0",
|
||||
"version": "14.0.1",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "f3517d0d8bf39d98d806b0c84eac2f5f1acbbf32",
|
||||
"version": "14.0.1",
|
||||
|
@ -238,7 +238,7 @@
|
||||
},
|
||||
"arrow": {
|
||||
"baseline": "14.0.1",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"arsenalgear": {
|
||||
"baseline": "2.1.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user