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