# Maintainer: Rhinoceros # Contributor: Michael Schubert # Contributor: Mick Elliot pkgname=phyml-mpi pkgver=3.3.20190909 pkgrel=1 epoch=1 pkgdesc='Builds phylogenies from DNA or protein sequences using a maximum likelihood approach, using multiple proccessors' arch=('i686' 'x86_64') url='https://github.com/stephaneguindon/phyml' license=('GPL2') source=("$pkgname-$pkgver.tar.gz::https://github.com/stephaneguindon/phyml/archive/v${pkgver}.tar.gz") sha256sums=('f3afd6d5332cd98298736b3c6df63d751fa74388a0e972ec08f63a032d5e6a9c') depends=('openmpi') build() { cd "${pkgname%-mpi}-$pkgver" aclocal autoreconf --force --install automake --force --add-missing ./configure --prefix=/usr --enable-mpi make } package() { cd "${pkgname%-mpi}-$pkgver" make DESTDIR="$pkgdir" install }