pbmpi: adding new version and maintainer (#40319)
This commit is contained in:
parent
4ce5d14066
commit
b0d49d4973
1 changed files with 5 additions and 0 deletions
|
@ -10,8 +10,13 @@ class Pbmpi(MakefilePackage):
|
|||
"""A Bayesian software for phylogenetic reconstruction using mixture models"""
|
||||
|
||||
homepage = "https://megasun.bch.umontreal.ca/People/lartillot/www/index.htm"
|
||||
url = "https://github.com/bayesiancook/pbmpi/archive/refs/tags/v1.8c.tar.gz"
|
||||
git = "https://github.com/bayesiancook/pbmpi.git"
|
||||
|
||||
maintainers("snehring")
|
||||
|
||||
version("1.9", sha256="567d8db995f23b2b0109c1e6088a7e5621e38fec91d6b2f27abd886b90ea31ce")
|
||||
version("1.8c", sha256="2a80ec4a98d92ace61c67ff9ba78249d45d03094b364959d490b1ad05797a279")
|
||||
version("partition", branch="partition")
|
||||
|
||||
depends_on("mpi")
|
||||
|
|
Loading…
Reference in a new issue