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

20 lines
473 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': 'ictce', 'version': '5.3.0'}
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'