Jalal El Mansouri fbe9283c9d
cuda: Fix installation script (#2406)
* Fix cuda installation script

* update to version 11.4.2_471.41

Co-authored-by: Issac Lin <issaclin32@gmail.com>
2021-09-19 22:17:57 +08:00

44 lines
1.6 KiB
JSON

{
"version": "11.4.2_471.41",
"description": "A parallel computing platform and programming model invented by NVIDIA",
"homepage": "https://developer.nvidia.com/cuda-toolkit",
"license": {
"identifier": "Freeware",
"url": "https://docs.nvidia.com/cuda/eula/index.html"
},
"architecture": {
"64bit": {
"url": "http://developer.download.nvidia.com/compute/cuda/11.4.2/local_installers/cuda_11.4.2_471.41_win10.exe#/dl.7z",
"hash": "md5:e64139773dbf2ec5ce40ef7768e19f29"
}
},
"installer": {
"script": [
"$names = @('bin', 'extras', 'include', 'lib', 'libnvvp', 'nvml', 'nvvm')",
"foreach ($name in $names) {",
" Copy-Item \"$dir\\cuda_*\\*\\$name\" \"$dir\" -Recurse -Force",
" Copy-Item \"$dir\\lib*\\*\\$name\" \"$dir\" -Recurse -Force",
"}",
"Get-ChildItem \"$dir\" -Exclude $names | Remove-Item -Recurse -Force"
]
},
"env_add_path": "bin",
"env_set": {
"CUDA_PATH": "$dir"
},
"checkver": {
"url": "https://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exelocal",
"regex": "/cuda_([\\d._]+)_win10\\.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://developer.download.nvidia.com/compute/cuda/$matchHead/local_installers/cuda_$version_win10.exe#/dl.7z"
}
},
"hash": {
"url": "https://developer.download.nvidia.com/compute/cuda/$matchHead/docs/sidebar/md5sum.txt"
}
}
}