[arrow] Add 'compute' feature to arrow (#35492)

This commit is contained in:
aleradamantis99 2023-12-06 23:50:13 +00:00 committed by GitHub
parent 5a499da390
commit 1226ef677d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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"
},

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f73c538acb0a7dbda211654b354286af98b399f0",
"version": "14.0.1",
"port-version": 2
},
{
"git-tree": "f3517d0d8bf39d98d806b0c84eac2f5f1acbbf32",
"version": "14.0.1",

View File

@ -238,7 +238,7 @@
},
"arrow": {
"baseline": "14.0.1",
"port-version": 1
"port-version": 2
},
"arsenalgear": {
"baseline": "2.1.0",