mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:51:48 +08:00
68b7fec22e
* Update Ubuntu to 22.04. * Add libxtst-dev from https://github.com/microsoft/vcpkg/pull/24934 * Add standard prereqs. * Update some package references for Ubuntu 22.04. * [cuda] Update to search in /usr/bin as used on Ubuntu 22.04. * [cudnn] Add where ubuntu 22.04 puts it. * Add update-nvidia-cudnn calls. * Update powershell to 7.2.5 * Re-add NCCL installation from CUDA official sources. * Update pools.
10 lines
288 B
JSON
10 lines
288 B
JSON
{
|
|
"name": "cuda",
|
|
"version": "10.1",
|
|
"port-version": 11,
|
|
"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)"
|
|
}
|