easyconfigs-it4i/m/MrBayes/MrBayes-3.1.2-goolf-1.4.10.eb
2017-03-09 11:57:40 +01:00

18 lines
472 B
Plaintext

name = 'MrBayes'
version = '3.1.2'
homepage = 'http://mrbayes.csit.fsu.edu'
description = "MrBayes is a program for the Bayesian estimation of phylogeny."
toolchain = {'name': 'goolf', 'version': '1.4.10'}
toolchainopts = {'optarch': True, 'usempi': True}
sources = [SOURCELOWER_TAR_GZ]
source_urls = ["http://downloads.sourceforge.net/project/mrbayes/mrbayes/%s" % (version)]
dependencies = [
('libreadline', '6.2'),
('ncurses', '5.9'),
]
moduleclass = 'bio'