summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-03-25 22:28:04 +0000
committerBioArchLinuxBot2023-03-25 22:28:04 +0000
commit24cbc86b89fb76fa678c61a999aa3d3ab11d3662 (patch)
tree69e12bfca94e03504ceb42b903e23d1e7474e61c
parentdcd3763ed5f4fe11ead59f41c4d863bec11da7f2 (diff)
downloadaur-24cbc86b89fb76fa678c61a999aa3d3ab11d3662.tar.gz
[lilac] updated to 1.1.0-19
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3170d2e93b13..44c0a62a827b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = raxml-ng-mpi
pkgdesc = A phylogenetic tree inference tool which uses maximum-likelihood (ML) optimality criterion. https://doi.org/10.1093/bioinformatics/btz305
pkgver = 1.1.0
- pkgrel = 18
+ pkgrel = 19
url = https://github.com/amkozlov/raxml-ng
arch = x86_64
license = AGPL3
diff --git a/PKGBUILD b/PKGBUILD
index a01a79db501e..13a8383fc08e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=raxml-ng-mpi
pkgver=1.1.0
-pkgrel=18
+pkgrel=19
pkgdesc="A phylogenetic tree inference tool which uses maximum-likelihood (ML) optimality criterion. https://doi.org/10.1093/bioinformatics/btz305"
url='https://github.com/amkozlov/raxml-ng'
arch=('x86_64')
@@ -17,6 +17,7 @@ conflicts=('raxml-ng')
prepare(){
cd ${srcdir}/raxml-ng
git submodule update --init --recursive
+ sed -i "s@-std=c++11@-std=c++14@g" CMakeLists.txt
}
build(){
cd "${srcdir}"/raxml-ng