mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
fix depen
This commit is contained in:
parent
45daada9b4
commit
978f0b65d9
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ pkgdesc="MrBayes is a program for Bayesian inference and model choice across a w
|
|||
arch=('i686' 'x86_64')
|
||||
url="nbisweden.github.io/mrbayes/"
|
||||
license=('GPL3')
|
||||
depends=('openmpi' 'readline''gcc')
|
||||
depends=('openmpi' 'readline' 'gcc')
|
||||
optdepends=('beagle-lib: for using GPU calculations among other enhancements - rebuild package after installing this dep')
|
||||
conflicts=(mrbayes)
|
||||
provides=(mrbayes)
|
||||
|
|
Loading…
Add table
Reference in a new issue