homebrew-cask/Casks/cuda.rb

15 lines
558 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cuda' do
2016-05-28 22:49:29 +08:00
version '7.5.27'
sha256 'ff3699703a914ba6f71f76bc412cc4cc2cb8ce6fca435044d8780602b5a32e89'
2014-12-04 21:22:32 +08:00
2015-09-20 03:30:31 +08:00
url "http://developer.download.nvidia.com/compute/cuda/#{version.to_f}/Prod/local_installers/cuda_#{version}_mac.dmg"
name 'Nvidia CUDA'
2014-12-04 21:22:32 +08:00
homepage 'https://developer.nvidia.com/cuda-zone'
license :other
installer script: 'CUDAMacOSXInstaller.app/Contents/MacOS/CUDAMacOSXInstaller',
args: ['--accept-eula', '--silent']
2014-12-20 23:33:38 +08:00
uninstall script: "/Developer/NVIDIA/CUDA-#{version.to_f}/bin/uninstall_cuda_#{version.to_f}.pl"
2014-12-04 21:22:32 +08:00
end