summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorJean-Gabriel Young2019-06-23 16:35:57 -0400
committerJean-Gabriel Young2019-06-23 16:35:57 -0400
commit10daff16516e29fb70a21e07447b4a4157f621cf (patch)
tree3e6363726b934b73d29c5cd026f0a0548cfe095c /.SRCINFO
parent03216200dfc0d122aeccb19610b5f7da546cf6ee (diff)
downloadaur-10daff16516e29fb70a21e07447b4a4157f621cf.tar.gz
Modified PKGBUILD to use installed C++ libraries instead of libraries shipped with pystan
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO7
1 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62108ce58336..c1bb52f903e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,20 @@
pkgbase = python-pystan
pkgdesc = Python interface to Stan, a package for Bayesian inference.
pkgver = 2.19.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://mc-stan.org/
arch = i686
arch = x86_64
license = GPLv3
depends = python-numpy
depends = cython
+ depends = boost
+ depends = eigen
+ depends = sundials
source = https://files.pythonhosted.org/packages/source/p/pystan/pystan-2.19.0.0.tar.gz
+ source = use-usr-libs.patch
sha256sums = b85301b960d5991918b40bd64a4e9321813657a9fc028e0f39edce7220a309eb
+ sha256sums = 4446891828e63f3541f3386cd5b44f35d575646dcc328016d23524756e35252a
pkgname = python-pystan