summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: a733973302a63cc84eeda4c5c9db7b3105e9c35e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pkgbase = thrust-git
	pkgdesc = A C++ parallel programming library which resembles the C++ Standard Library
	pkgver = 1.9.4.28.g986d178b
	pkgrel = 1
	url = https://github.com/thrust/thrust
	arch = any
	license = Apache
	makedepends = git
	optdepends = cuda: for CUDA backend
	optdepends = openmp: for OMP backend
	optdepends = intel-tbb: for TBB backend
	provides = thrust
	conflicts = thrust
	source = git+https://github.com/thrust/thrust.git
	sha256sums = SKIP

pkgname = thrust-git