summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 34b02233b3f3cd0b0d3a63d3b8ca44b7a01e6340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
pkgbase = gtsam-git
	pkgdesc = A library of C++ classes that implement smoothing and mapping (SAM) in robotics and vision, using factor graphs and Bayes networks as the underlying computing paradigm rather than sparse matrices.
	pkgver = r11053.c6449a82d
	pkgrel = 2
	url = https://gtsam.org/
	arch = x86_64
	arch = i686
	license = BSD
	makedepends = boost
	makedepends = cmake
	depends = boost-libs
	optdepends = intel-tbb: Use Intel TBB to accelerate computations (add this to the depends section of the PKGBUILD and rebuild the package)
	optdepends = intel-mkl: Use Intel MKL to accelerate computations (add this to the depends section of the PKGBUILD and rebuild the package)
	provides = gtsam
	conflicts = gtsam
	source = gtsam-git::git+https://github.com/borglab/gtsam.git
	source = rename-included-libmetis.patch
	md5sums = SKIP
	md5sums = 63093f474f5574e8dd3e300289dab47f

pkgname = gtsam-git