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 cuda3" 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=('cuda3-toolkit>=3.2.16-1' 'cuda3-sdk>=3.2.16-1')
19 provides=("cuda=$pkgver")
23 echo "cuda3 is a meta-package which provides the Cuda toolkit and SDK C and OpenCL samples"