summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-08 06:17:45 +0000
committerBioArchLinuxBot2022-11-08 06:17:45 +0000
commit70e193e56334e12d48c08435958a8fe691186066 (patch)
tree71c588bdf21e0668fabd22866fc5bb0610481ee0
parent7bb4ecb6390d3e5b5d4ce29815c8b2adecf324e6 (diff)
downloadaur-70e193e56334e12d48c08435958a8fe691186066.tar.gz
[lilac] updated to 1.2.0-5
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fbf7c901483..5185a7406313 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = revbayes-mpi
pkgdesc = Bayesian Phylogenetic Inference Using Graphical Models and an Interactive Model-Specification Language https://doi.org/10.1093/sysbio/syw021
pkgver = 1.2.0
- pkgrel = 2
+ pkgrel = 5
url = https://github.com/revbayes/revbayes
arch = x86_64
license = GPL3
@@ -14,6 +14,7 @@ pkgbase = revbayes-mpi
depends = boost-libs
depends = openlibm
depends = openmpi
+ provides = revbayes
conflicts = lrzsz
conflicts = revbayes-mpi
source = git+https://github.com/revbayes/revbayes.git#tag=v1.2.0
diff --git a/PKGBUILD b/PKGBUILD
index 5f86a125145f..27022a8c3639 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=revbayes-mpi
_pkgname=revbayes
pkgver=1.2.0
-pkgrel=2
+pkgrel=5
pkgdesc="Bayesian Phylogenetic Inference Using Graphical Models and an Interactive Model-Specification Language https://doi.org/10.1093/sysbio/syw021"
arch=(x86_64)
url="https://github.com/revbayes/revbayes"
@@ -9,6 +9,7 @@ license=(GPL3)
depends=('gcc-libs' 'boost-libs' 'openlibm' 'openmpi')
makedepends=('boost' 'meson' 'ninja' 'cmake' 'git')
conflicts=('lrzsz' 'revbayes-mpi')
+provides=('revbayes')
source=("git+$url.git#tag=v$pkgver")
md5sums=('SKIP')
@@ -20,7 +21,9 @@ prepare() {
build() {
cd $srcdir/$_pkgname
- arch-meson build -Dmpi=true
+ CXXFLAGS="${CXXFLAGS} -std=c++14" arch-meson build \
+ --buildtype release \
+ -Dmpi=true
ninja -C build
}
@@ -28,5 +31,3 @@ package() {
cd $srcdir/$_pkgname
DESTDIR="${pkgdir}" ninja -C build install
}
-
-