1 # Maintainer: Thomas Jost <schnouki@schnouki.net>
2 # Contributor: Carson Reynolds <carson@k2.t.u-tokyo.ac.jp>
4 # A x86_64 binary version of this package is available from my custom
5 # repository. If you wish to use it, just add the following lines to your
8 # Server = http://repo.schnouki.net/archlinux/$arch
9 # Then run "pacman -Sy cuda" as root.
14 pkgdesc="NVIDIA Compute Unified Device Architecture"
15 arch=('i686' 'x86_64')
16 url="http://www.nvidia.com/object/cuda_home.html"
18 depends=('cuda-toolkit>=4.0.17-1' 'cuda-sdk>=4.0.17-1')
21 echo "cuda is a meta-package which provides the CUDA toolkit and SDK C and OpenCL samples"