vcpkg/ports/cub/vcpkg.json

19 lines
415 B
JSON
Raw Normal View History

{
"name": "cub",
2023-10-05 05:25:20 +08:00
"version": "2.1.0",
"description": "CUB is a flexible library of cooperative threadblock primitives and other utilities for CUDA kernel programming",
"homepage": "https://github.com/NVIDIA/cub",
"license": "BSD-3-Clause",
"dependencies": [
"cuda",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}