pbmpi: adding new version and maintainer (#40319)

This commit is contained in:
snehring 2023-10-05 12:13:50 -05:00 committed by GitHub
parent 4ce5d14066
commit b0d49d4973
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")