summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 73e543e5ba87d0d99da0acdc127a59f2e95f811f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgname=python-multinest
pkgver='3.12'
pkgrel=1
pkgdesc="MultiNest is a Bayesian inference tool which calculates the evidence and explores the parameter space which may contain multiple posterior modes and pronounced (curving) degeneracies in moderately high dimensions."
arch=(any)
url="https://github.com/JohannesBuchner/PyMultiNest"
groups=()
depends=('multinest')
license=('custom')
makedepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=(!emptydirs)
install=
source=(
    "${url}/archive/b147515e950cf225befef3f0e26408c672f01979.tar.gz"
)
sha256sums=(
    'cebd358d24044863560d80e43436414a9341c25a25d572db1851a507ecf59bfc'
)
package() {
    cd "${srcdir}/PyMultiNest-b147515e950cf225befef3f0e26408c672f01979/"
    python setup.py install --root="$pkgdir/" --optimize=1
}