mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
jags: auto updated to 4.3.2-1
This commit is contained in:
parent
29e5f8f0f1
commit
a3e29735f7
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# Contributor: miggy <jkomdl at gmail dot com>
|
||||
|
||||
pkgname=jags
|
||||
pkgver=4.3.1
|
||||
pkgver=4.3.2
|
||||
pkgrel=1
|
||||
pkgdesc="Bayesian hierarchical models using Markov Chain Monte Carlo (MCMC) simulation"
|
||||
arch=('x86_64' 'i686')
|
||||
|
@ -12,7 +12,7 @@ depends=('lapack' 'libtool')
|
|||
options=('!libtool')
|
||||
makedepends=('gcc-fortran' 'lapack')
|
||||
source=(http://downloads.sourceforge.net/project/mcmc-jags/JAGS/${pkgver: 0: 1}.x/Source/JAGS-$pkgver.tar.gz)
|
||||
md5sums=('3b311562c2be7965072709f488600e5a')
|
||||
md5sums=('7d628ee7fffc29adbee20cabe299fe02')
|
||||
build () {
|
||||
cd "$srcdir/JAGS-$pkgver"
|
||||
./configure --prefix=/usr --libexecdir=/usr/lib/${pkgname}
|
||||
|
|
Loading…
Add table
Reference in a new issue