updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / cuda-beta / PKGBUILD
blob9e2fb582e55466095f6cd6272d3af2e515406833
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
9 # /etc/pacman.conf:
10 #   [schnouki]
11 #   Server = http://repo.schnouki.net/archlinux/$arch
12 # Then run "pacman -Sy cuda-beta" as root
14 pkgname=cuda-beta
15 pkgver=4.1.21
16 pkgrel=1
17 pkgdesc="NVIDIA Compute Unified Device Architecture"
18 arch=('i686' 'x86_64')
19 url="http://www.nvidia.com/object/cuda_home.html"
20 license=('custom')
21 depends=("cuda-toolkit-beta>=$pkgver" "cuda-sdk-beta>=$pkgver")
23 build() {
24   echo "cuda-beta is a meta-package which provides the CUDA toolkit and SDK C and OpenCL samples"