blob: 51a1e500dfdc095b8f9d679b8dde773db22dfafd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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 = r18873.c9498fe0c
pkgrel = 1
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#branch=develop
source = rename-included-libmetis.patch
source = cmake-disable-werror.patch
md5sums = SKIP
md5sums = de5c5b2be397050f435884139b1425c0
md5sums = 9591c2ea3867a367c8662bef1957795c
pkgname = gtsam-git
|