summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2020-05-23 20:52:58 +0100
committerWill Handley2020-05-23 20:52:58 +0100
commit24b2b5683ed377d35339cdae6efafa549080fa20 (patch)
tree34b2527cc7cfad417aa3dc0ad569e5792c39ccc5
parenta6bd06b1799e7b09f21fab1beaab5d8273f9f11d (diff)
downloadaur-24b2b5683ed377d35339cdae6efafa549080fa20.tar.gz
put pymultinest into a separate package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 3 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b75e81bc506e..0aea810162d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = multinest
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.
pkgver = 3.12
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/farhanferoz/MultiNest
arch = any
license = custom
@@ -10,9 +10,7 @@ pkgbase = multinest
depends = openmpi
options = !emptydirs
source = https://github.com/farhanferoz/MultiNest/archive/ba3e7d812b04e044b4d6e0319bd49a9fa6d78192.tar.gz
- source = https://github.com/JohannesBuchner/PyMultiNest/archive/b147515e950cf225befef3f0e26408c672f01979.tar.gz
sha256sums = 4175009164b362355c4bbef2b2ece73235cfd9b505d4f49fe76e55876609cd4b
- sha256sums = cebd358d24044863560d80e43436414a9341c25a25d572db1851a507ecf59bfc
pkgname = multinest
diff --git a/PKGBUILD b/PKGBUILD
index 249bbbc7fb6d..9cb7023ca8c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgname=multinest
pkgver='3.12'
-pkgrel=2
+pkgrel=3
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/farhanferoz/MultiNest"
@@ -16,12 +16,10 @@ backup=()
options=(!emptydirs)
install=
source=(
- "https://github.com/farhanferoz/MultiNest/archive/ba3e7d812b04e044b4d6e0319bd49a9fa6d78192.tar.gz"
- "https://github.com/JohannesBuchner/PyMultiNest/archive/b147515e950cf225befef3f0e26408c672f01979.tar.gz"
+ "${url}/archive/ba3e7d812b04e044b4d6e0319bd49a9fa6d78192.tar.gz"
)
sha256sums=(
'4175009164b362355c4bbef2b2ece73235cfd9b505d4f49fe76e55876609cd4b'
- 'cebd358d24044863560d80e43436414a9341c25a25d572db1851a507ecf59bfc'
)
build() {
cd "${srcdir}/MultiNest-ba3e7d812b04e044b4d6e0319bd49a9fa6d78192/MultiNest_v3.12_CMake/multinest/"
@@ -36,8 +34,4 @@ package() {
install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENCE"
cd build
make DESTDIR=${pkgdir} install
- cd "${srcdir}/PyMultiNest-b147515e950cf225befef3f0e26408c672f01979/"
- python setup.py install --root="$pkgdir/" --optimize=1
-
}
-