mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
mrbayes*: change depends
This commit is contained in:
parent
c5eeda7e1e
commit
3d67dfe77c
5 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ pkgdesc="A program for the Bayesian estimation of phylogeny. https://doi.org/10.
|
|||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
url="http://nbisweden.github.io/MrBayes/"
|
||||
depends=('readline' 'gcc' 'beagle-lib')
|
||||
depends=('readline' 'gcc-libs' 'beagle-lib')
|
||||
source=(https://github.com/NBISweden/MrBayes/archive/v${pkgver}.tar.gz)
|
||||
sha256sums=('64da39c01f606d0413ce90a1dd3c1ce2cbdef4cbad99aee8a4b2391a2e8db244')
|
||||
|
||||
|
|
|
@ -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' 'beagle-lib')
|
||||
depends=('openmpi' 'readline' 'gcc-libs' 'beagle-lib')
|
||||
conflicts=(mrbayes)
|
||||
conflicts=('mrbayes-mpi' 'mrbayes-beagle' 'mrbayes')
|
||||
source=("https://github.com/NBISweden/MrBayes/archive/v${pkgver}.tar.gz")
|
||||
|
|
|
@ -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-libs')
|
||||
optdepends=('beagle-lib: for using GPU calculations among other enhancements - rebuild package after installing this dep')
|
||||
conflicts=('mrbayes' 'mrbayes-beagle' 'mrbayes-mpi-beagle')
|
||||
provides=(mrbayes)
|
||||
|
|
|
@ -10,7 +10,7 @@ pkgdesc="A program for the Bayesian estimation of phylogeny. https://doi.org/10.
|
|||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
url="http://nbisweden.github.io/MrBayes/"
|
||||
depends=('readline' 'gcc')
|
||||
depends=('readline' 'gcc-libs')
|
||||
source=(https://github.com/NBISweden/MrBayes/archive/v${pkgver}.tar.gz)
|
||||
sha256sums=('64da39c01f606d0413ce90a1dd3c1ce2cbdef4cbad99aee8a4b2391a2e8db244')
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ pkgdesc="A program for the Bayesian estimation of phylogeny. https://doi.org/10.
|
|||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
url="http://nbisweden.github.io/MrBayes/"
|
||||
depends=('readline' 'gcc')
|
||||
depends=('readline' 'gcc-libs')
|
||||
optdepends=('beagle-lib: for using GPU calculations among other enhancements - rebuild package after installing this dep')
|
||||
source=(https://github.com/NBISweden/MrBayes/archive/v${pkgver}.tar.gz)
|
||||
sha256sums=('64da39c01f606d0413ce90a1dd3c1ce2cbdef4cbad99aee8a4b2391a2e8db244')
|
||||
|
|
Loading…
Add table
Reference in a new issue