[arrow] add cuda to feature list (#24570)

* add cuda support

* remove supports for cuda
This commit is contained in:
Mengna Li 2022-05-11 15:05:24 +08:00 committed by GitHub
parent 14e7bb4ae2
commit 0a1420dc44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 2 deletions

View File

@ -34,6 +34,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
parquet PARQUET_REQUIRE_ENCRYPTION
plasma ARROW_PLASMA
s3 ARROW_S3
cuda ARROW_CUDA
)
if(VCPKG_TARGET_IS_WINDOWS OR VCPKG_TARGET_IS_UWP)

View File

@ -1,7 +1,7 @@
{
"name": "arrow",
"version": "7.0.0",
"port-version": 2,
"port-version": 3,
"description": "Cross-language development platform for in-memory analytics",
"homepage": "https://arrow.apache.org",
"license": "Apache-2.0",
@ -41,6 +41,12 @@
"csv": {
"description": "CSV support"
},
"cuda": {
"description": "cuda support",
"dependencies": [
"cuda"
]
},
"dataset": {
"description": "Dataset support"
},

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9beefb8449a167f6dbcbe35a2bd2b7d3cb2889a2",
"version": "7.0.0",
"port-version": 3
},
{
"git-tree": "3d3371b4741fc81354b2033d584c48a1929373f4",
"version": "7.0.0",

View File

@ -170,7 +170,7 @@
},
"arrow": {
"baseline": "7.0.0",
"port-version": 2
"port-version": 3
},
"ashes": {
"baseline": "2022-04-03",