mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 03:49:01 +08:00
e79aaaaf3c
* [CUDA, CUDNN] fix support clause * [cuda] use version key * [opencv2] format manifest * fix references * Update vcpkg.json * Update vcpkg.json * Update version database * Update version database. * fix feature descriptions * fix references * add missing licenses * fix references Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
10 lines
288 B
JSON
10 lines
288 B
JSON
{
|
|
"name": "cuda",
|
|
"version": "10.1",
|
|
"port-version": 10,
|
|
"description": "A parallel computing platform and programming model",
|
|
"homepage": "https://developer.nvidia.com/cuda-toolkit",
|
|
"license": null,
|
|
"supports": "(windows & x64 & !uwp) | (linux & x64) | (linux & arm64)"
|
|
}
|