summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorKartik Mohta2020-05-07 12:06:46 -0700
committerKartik Mohta2020-05-07 12:06:46 -0700
commitce9ad9e1a29703fd43e6cfa3abae6fe7c3cfa655 (patch)
treefcf987a45dee11dc95a41a7279244bd3e4643e4c /.SRCINFO
downloadaur-ce9ad9e1a29703fd43e6cfa3abae6fe7c3cfa655.tar.gz
Add a separate package with intel-mkl dependency
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO27
1 files changed, 27 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c3d9bed18590
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,27 @@
+pkgbase = gtsam-mkl
+ 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 = 4.0.2
+ pkgrel = 5
+ url = https://gtsam.org/
+ arch = x86_64
+ arch = i686
+ license = BSD
+ makedepends = boost
+ makedepends = cmake
+ depends = boost-libs
+ depends = eigen
+ depends = intel-tbb
+ depends = intel-mkl
+ provides = gtsam=4.0.2
+ conflicts = gtsam
+ source = https://github.com/borglab/gtsam-mkl/archive/4.0.2.tar.gz
+ source = rename-included-libmetis.patch
+ source = skip-boost-debug-libs.patch
+ source = fix-findmkl.patch
+ md5sums = fc24394cf59ccf034ae4150d8613384b
+ md5sums = 63093f474f5574e8dd3e300289dab47f
+ md5sums = 3df2bbd13382765fbe40f503f3a99219
+ md5sums = 3ba08e16a06755c8cdf637b896d186a3
+
+pkgname = gtsam-mkl
+