easyconfigs-it4i/m/MrBayes/MrBayes-3.2.5-intel-2015a.eb
2017-03-09 11:57:40 +01:00

19 lines
477 B
Plaintext

name = 'MrBayes'
version = '3.2.5'
homepage = 'http://mrbayes.csit.fsu.edu'
description = "MrBayes is a program for the Bayesian estimation of phylogeny."
toolchain = {'name': 'intel', 'version': '2015a'}
toolchainopts = {'optarch': True, 'usempi': True}
sources = [SOURCELOWER_TAR_GZ]
source_urls = ["http://downloads.sourceforge.net/project/mrbayes/mrbayes/%(version)s"]
dependencies = [
('beagle-lib', '20141202'),
('libreadline', '6.3'),
]
moduleclass = 'bio'