mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:49:07 +08:00
[arrow] add cuda to feature list (#24570)
* add cuda support * remove supports for cuda
This commit is contained in:
parent
14e7bb4ae2
commit
0a1420dc44
@ -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)
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9beefb8449a167f6dbcbe35a2bd2b7d3cb2889a2",
|
||||
"version": "7.0.0",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "3d3371b4741fc81354b2033d584c48a1929373f4",
|
||||
"version": "7.0.0",
|
||||
|
@ -170,7 +170,7 @@
|
||||
},
|
||||
"arrow": {
|
||||
"baseline": "7.0.0",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"ashes": {
|
||||
"baseline": "2022-04-03",
|
||||
|
Loading…
Reference in New Issue
Block a user